Plumtree EDK (Enterprise Web Development Kit) 5.4.0

SyncObjectList Constructor (SyncObject[], Boolean)

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[] list,
   bool isDone
);

Parameters

list
the list of SyncObjects to be returned to the portal
isDone
whether or not this is the last list of SyncObjects to be returned

See Also

SyncObjectList Class | Plumtree.Remote.Auth Namespace | SyncObjectList Constructor Overload List