Constructor that populates this object with an array of SyncObject
s and indicates that this is the complete list of SyncObject
s to be returned.
Constructor that populates this object with an array of SyncObject
s and indicates that this is the complete list of SyncObject
s to be returned.
public SyncObjectList(SyncObject[]);
Constructor that populates this object with an array of SyncObject
s and indicates whether or not this is the last list of SyncObject
s to be returned.
public SyncObjectList(SyncObject[],bool);
SyncObjectList Class | Plumtree.Remote.Auth Namespace