Click or drag to resize

WorkspacesSetClassificationV30Async Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.SetClassificationV30Async(System.String,BlackBerry.Workspaces.Json.SetClassificationJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute]
public Task<string> SetClassificationV30Async(
	string roomId,
	SetClassificationJson setClassificationJson
)

Parameters

roomId
Type: SystemString

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.SetClassificationV30Async(System.String,BlackBerry.Workspaces.Json.SetClassificationJson)"]

setClassificationJson
Type: BlackBerry.Workspaces.JsonSetClassificationJson

[Missing <param name="setClassificationJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.SetClassificationV30Async(System.String,BlackBerry.Workspaces.Json.SetClassificationJson)"]

Return Value

Type: TaskString

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.SetClassificationV30Async(System.String,BlackBerry.Workspaces.Json.SetClassificationJson)"]

See Also