Click or drag to resize

RoomsGetActivityLogV30Async Method

Note: This API is now obsolete.

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

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute]
public Task<PagingItemListJson<ActivityLogRecordJson>> GetActivityLogV30Async(
	string guid,
	string roomId,
	bool lastActionPerUser = false,
	int pageNumber = 0,
	int pageSize = 100
)

Parameters

guid
Type: SystemString

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

roomId
Type: SystemString

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.Resource.Rooms.GetActivityLogV30Async(System.String,System.String,System.Boolean,System.Int32,System.Int32)"]

lastActionPerUser (Optional)
Type: SystemBoolean

[Missing <param name="lastActionPerUser"/> documentation for "M:BlackBerry.Workspaces.Resource.Rooms.GetActivityLogV30Async(System.String,System.String,System.Boolean,System.Int32,System.Int32)"]

pageNumber (Optional)
Type: SystemInt32

[Missing <param name="pageNumber"/> documentation for "M:BlackBerry.Workspaces.Resource.Rooms.GetActivityLogV30Async(System.String,System.String,System.Boolean,System.Int32,System.Int32)"]

pageSize (Optional)
Type: SystemInt32

[Missing <param name="pageSize"/> documentation for "M:BlackBerry.Workspaces.Resource.Rooms.GetActivityLogV30Async(System.String,System.String,System.Boolean,System.Int32,System.Int32)"]

Return Value

Type: TaskPagingItemListJsonActivityLogRecordJson

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

See Also