You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > LoginScope Class > LoginScope Methods > GetExport Method > LoginScope.GetExport Method (Dictionary<string, object>)
LoginScope.GetExport Method (Dictionary<string, object>)
Close
Ofcas.Lk.Api.Client - Version 3.0
LoginScope.GetExport Method (Dictionary<string, object>)

Gets an export stream for the stated parameters.

Syntax
C#
public Stream GetExport(Dictionary<string, object> parameters);
Parameters
Description
Dictionary<string, object> parameters
The parameters to define the export. See WellKnownParameterKeys.LoginScope.Export for details about the keys.

Returns a read-only Stream of the export based on the stated parameters.

Copyright © 2019. All rights reserved.