You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Shared Namespace > Classes > WellKnownParameterKey Class > WellKnownParameterKey Classes > WellKnownParameterKey.LoginScope Class > LoginScope Classes > WellKnownParameterKey.LoginScope.FileDialog Class > FileDialog Fields > WellKnownParameterKey.LoginScope.FileDialog.Filter Field
Close
Ofcas.Lk.Api.Client - Version 3.0
WellKnownParameterKey.LoginScope.FileDialog.Filter Field

required; value-type: string Defines the file extensions that are displayed by the file dialog. Filters are defined by a string like "All Files|*.*" or "Image Files|*.jpg;*.png;*.gif" or "Text File|*.txt|CSV File|*.csv". This option currently is only available for the file dialog.

Syntax
C#
public const string Filter = "FILE_DIALOG_FILTER";
Copyright ORGADATA AG © 2023. All rights reserved.