Click or drag to resize

OrganizationsExportGroupLogByRoomsToCsvV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.ExportGroupLogByRoomsToCsvV30Async(System.String,System.String,System.Collections.Generic.HashSet`1,System.Void,System.Int32)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<Stream> ExportGroupLogByRoomsToCsvV30Async(
	string from,
	string pageSize,
	HashSet roomIds,
	void to,
	int pageNumber = "0"
)

Parameters

from
Type: SystemString

[Missing <param name="from"/> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.ExportGroupLogByRoomsToCsvV30Async(System.String,System.String,System.Collections.Generic.HashSet`1,System.Void,System.Int32)"]

pageSize
Type: SystemString

[Missing <param name="pageSize"/> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.ExportGroupLogByRoomsToCsvV30Async(System.String,System.String,System.Collections.Generic.HashSet`1,System.Void,System.Int32)"]

roomIds
Type: System.Collections.GenericHashSetT

[Missing <param name="roomIds"/> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.ExportGroupLogByRoomsToCsvV30Async(System.String,System.String,System.Collections.Generic.HashSet`1,System.Void,System.Int32)"]

to
Type: SystemVoid

[Missing <param name="to"/> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.ExportGroupLogByRoomsToCsvV30Async(System.String,System.String,System.Collections.Generic.HashSet`1,System.Void,System.Int32)"]

pageNumber (Optional)
Type: SystemInt32

[Missing <param name="pageNumber"/> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.ExportGroupLogByRoomsToCsvV30Async(System.String,System.String,System.Collections.Generic.HashSet`1,System.Void,System.Int32)"]

Return Value

Type: TaskStream

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.ExportGroupLogByRoomsToCsvV30Async(System.String,System.String,System.Collections.Generic.HashSet`1,System.Void,System.Int32)"]

See Also