Click or drag to resize

UsersExampleAddUser Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.AddUser(System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.HashSet{System.String},System.String)"]

Namespace:  BlackBerry.Workspaces.Examples
Assembly:  WorkspacesSdkExamples (in WorkspacesSdkExamples.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public BulkOperationResultJson AddUser(
	string userEmail,
	HashSet<string> aliases,
	HashSet<string> roles,
	string friendlyName
)

Parameters

userEmail
Type: SystemString

[Missing <param name="userEmail"/> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.AddUser(System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.HashSet{System.String},System.String)"]

aliases
Type: System.Collections.GenericHashSetString

[Missing <param name="aliases"/> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.AddUser(System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.HashSet{System.String},System.String)"]

roles
Type: System.Collections.GenericHashSetString

[Missing <param name="roles"/> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.AddUser(System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.HashSet{System.String},System.String)"]

friendlyName
Type: SystemString

[Missing <param name="friendlyName"/> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.AddUser(System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.HashSet{System.String},System.String)"]

Return Value

Type: BulkOperationResultJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.AddUser(System.String,System.Collections.Generic.HashSet{System.String},System.Collections.Generic.HashSet{System.String},System.String)"]

See Also