Oracle® WebCenter Interaction Development Kit 10.3.3.0.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