Click or drag to resize

WorkspacesExampleAddMembers Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.AddMembers(System.String,System.String,BlackBerry.Workspaces.Enums.EntityType,System.Boolean,System.Boolean,System.String)"]

Namespace:  BlackBerry.Workspaces.Examples
Assembly:  WorkspacesSdkExamples (in WorkspacesSdkExamples.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string AddMembers(
	string roomId,
	string address,
	EntityType entityType,
	bool isUsersDefaultEntity,
	bool downloadOriginal,
	string usersRole
)

Parameters

roomId
Type: SystemString

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.AddMembers(System.String,System.String,BlackBerry.Workspaces.Enums.EntityType,System.Boolean,System.Boolean,System.String)"]

address
Type: SystemString

[Missing <param name="address"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.AddMembers(System.String,System.String,BlackBerry.Workspaces.Enums.EntityType,System.Boolean,System.Boolean,System.String)"]

entityType
Type: BlackBerry.Workspaces.EnumsEntityType

[Missing <param name="entityType"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.AddMembers(System.String,System.String,BlackBerry.Workspaces.Enums.EntityType,System.Boolean,System.Boolean,System.String)"]

isUsersDefaultEntity
Type: SystemBoolean

[Missing <param name="isUsersDefaultEntity"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.AddMembers(System.String,System.String,BlackBerry.Workspaces.Enums.EntityType,System.Boolean,System.Boolean,System.String)"]

downloadOriginal
Type: SystemBoolean

[Missing <param name="downloadOriginal"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.AddMembers(System.String,System.String,BlackBerry.Workspaces.Enums.EntityType,System.Boolean,System.Boolean,System.String)"]

usersRole
Type: SystemString

[Missing <param name="usersRole"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.AddMembers(System.String,System.String,BlackBerry.Workspaces.Enums.EntityType,System.Boolean,System.Boolean,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.AddMembers(System.String,System.String,BlackBerry.Workspaces.Enums.EntityType,System.Boolean,System.Boolean,System.String)"]

See Also