Click or drag to resize

FilesExampleDeleteDocument Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Examples.FilesExample.DeleteDocument(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 DeleteDocument(
	HashSet<string> guidsForDeletion,
	string roomId
)

Parameters

guidsForDeletion
Type: System.Collections.GenericHashSetString

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

roomId
Type: SystemString

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

Return Value

Type: BulkOperationResultJson

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

See Also