Click or drag to resize

OrganizationsExportGroupLogByIdsToCsvV30Async Method

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

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

Parameters

from
Type: SystemString

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

groupIds
Type: System.Collections.GenericHashSetT

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

pageSize
Type: SystemVoid

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

to
Type: SystemInt32

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

pageNumber (Optional)
Type: SystemString

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

Return Value

Type: TaskStream

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

See Also