Click or drag to resize

DocumentsGetInfoV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Documents.GetInfoV30Async(System.String,System.Boolean,System.Boolean)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<DocumentJson> GetInfoV30Async(
	string guid,
	bool fetchEvenIfDeleted = false,
	bool markAsExplicit = false
)

Parameters

guid
Type: SystemString

[Missing <param name="guid"/> documentation for "M:BlackBerry.Workspaces.Resource.Documents.GetInfoV30Async(System.String,System.Boolean,System.Boolean)"]

fetchEvenIfDeleted (Optional)
Type: SystemBoolean

[Missing <param name="fetchEvenIfDeleted"/> documentation for "M:BlackBerry.Workspaces.Resource.Documents.GetInfoV30Async(System.String,System.Boolean,System.Boolean)"]

markAsExplicit (Optional)
Type: SystemBoolean

[Missing <param name="markAsExplicit"/> documentation for "M:BlackBerry.Workspaces.Resource.Documents.GetInfoV30Async(System.String,System.Boolean,System.Boolean)"]

Return Value

Type: TaskDocumentJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Documents.GetInfoV30Async(System.String,System.Boolean,System.Boolean)"]

See Also