| AquaLogic Interaction Development Kit (IDK) 6.0.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