RevisionCollection

RevisionCollection class

Represents all revision logs.

class RevisionCollection;

Methods

MethodDescription
get(number)Gets Revision by the index.
getCount()Gets the number of elements contained in.
isNull()Checks whether the implementation object is null.

get(number)

Gets Revision by the index.

get(index: number) : Revision;

Parameters:

ParameterTypeDescription
indexnumber

Returns

Revision

getCount()

Gets the number of elements contained in.

getCount() : number;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;