Plumtree EDK (Enterprise Web Development Kit) 5.4.0

SyncObject.CreateUser Method 

Static method to create a SyncObject representing a user.

public static SyncObject CreateUser(
   string name,
   string authName,
   string uniqueName
);

Parameters

name
the name of the user in the portal
authName
the name to be passed to the authentication service
uniqueName
a unique name for this user in the synchronization service

Return Value

a SyncObject representing a user

See Also

SyncObject Class | Plumtree.Remote.Auth Namespace