Click or drag to resize

UsersExampleCopyMemebership Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.CopyMemebership(System.Collections.Generic.List{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 CopyMemebership(
	List<string> usersFrom,
	string userTo
)

Parameters

usersFrom
Type: System.Collections.GenericListString

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

userTo
Type: SystemString

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

Return Value

Type: BulkOperationResultJson

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

See Also