Click or drag to resize

UsersExampleRemoveUsers Method

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

Namespace:  BlackBerry.Workspaces.Examples
Assembly:  WorkspacesSdkExamples (in WorkspacesSdkExamples.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public BulkOperationResultJson RemoveUsers(
	List<string> usernames
)

Parameters

usernames
Type: System.Collections.GenericListString

[Missing <param name="usernames"/> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.RemoveUsers(System.Collections.Generic.List{System.String})"]

Return Value

Type: BulkOperationResultJson

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

See Also