Plumtree EDK (Enterprise Web Development Kit) 5.4.0

SyncObject.CreateGroup Method 

Static method to create a SyncObject representing a group.

public static SyncObject CreateGroup(
   string name,
   string uniqueName
);

Parameters

name
the name of the group in the portal
uniqueName
a unique name for this group in the synchronization service

Return Value

a SyncObject representing a group

See Also

SyncObject Class | Plumtree.Remote.Auth Namespace