Click or drag to resize

DocumentsGetDocumentsActivityLogV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Documents.GetDocumentsActivityLogV30Async(BlackBerry.Workspaces.Json.GetDocumentsActivityLogRequestJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<PagingItemListJson<ActivityLogRecordJson>> GetDocumentsActivityLogV30Async(
	GetDocumentsActivityLogRequestJson getDocumentsActivityLogRequestJson
)

Parameters

getDocumentsActivityLogRequestJson
Type: BlackBerry.Workspaces.JsonGetDocumentsActivityLogRequestJson

[Missing <param name="getDocumentsActivityLogRequestJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Documents.GetDocumentsActivityLogV30Async(BlackBerry.Workspaces.Json.GetDocumentsActivityLogRequestJson)"]

Return Value

Type: TaskPagingItemListJsonActivityLogRecordJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Documents.GetDocumentsActivityLogV30Async(BlackBerry.Workspaces.Json.GetDocumentsActivityLogRequestJson)"]

See Also