Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

SyncObjectList Constructor

Constructor that populates this object with an array of SyncObjects and indicates that this is the complete list of SyncObjects to be returned.

Overload List

Constructor that populates this object with an array of SyncObjects and indicates that this is the complete list of SyncObjects to be returned.

public SyncObjectList(SyncObject[]);

Constructor that populates this object with an array of SyncObjects and indicates whether or not this is the last list of SyncObjects to be returned.

public SyncObjectList(SyncObject[],bool);

See Also

SyncObjectList Class | Plumtree.Remote.Auth Namespace