Click or drag to resize

UploadManagerUpdateDocumentGroups Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.UploadManager.UpdateDocumentGroups(System.Int32,System.String,System.Collections.Generic.List`1,System.Void)"]

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public void UpdateDocumentGroups(
	int roomId,
	string guid,
	List groups,
	void openForAllRoom
)

Parameters

roomId
Type: SystemInt32

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.UploadManager.UpdateDocumentGroups(System.Int32,System.String,System.Collections.Generic.List`1,System.Void)"]

guid
Type: SystemString

[Missing <param name="guid"/> documentation for "M:BlackBerry.Workspaces.UploadManager.UpdateDocumentGroups(System.Int32,System.String,System.Collections.Generic.List`1,System.Void)"]

groups
Type: System.Collections.GenericListT

[Missing <param name="groups"/> documentation for "M:BlackBerry.Workspaces.UploadManager.UpdateDocumentGroups(System.Int32,System.String,System.Collections.Generic.List`1,System.Void)"]

openForAllRoom
Type: SystemVoid

[Missing <param name="openForAllRoom"/> documentation for "M:BlackBerry.Workspaces.UploadManager.UpdateDocumentGroups(System.Int32,System.String,System.Collections.Generic.List`1,System.Void)"]

See Also