Table of Contents

Class GroupPolicyFolderOptionFileType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Active Directory Group Policy folder option file type.

public class GroupPolicyFolderOptionFileType : GroupPolicyFolderOptionBase, IComparable<GroupPolicyPreferenceBase>
Inheritance
GroupPolicyFolderOptionFileType
Implements
Inherited Members

Constructors

GroupPolicyFolderOptionFileType()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyFolderOptionFileType class.

public GroupPolicyFolderOptionFileType()

Properties

Actions

Gets or sets the actions of the file type.

public GroupPolicyFolderOptionFileTypeActions Actions { get; set; }

Property Value

GroupPolicyFolderOptionFileTypeActions

AlwaysShow

Gets or sets whether to always show extension.

public BooleanOption AlwaysShow { get; set; }

Property Value

BooleanOption

ApplicationIdentifier

Gets or sets the application program identifier of the associated application.

public string ApplicationIdentifier { get; set; }

Property Value

string

ApplicationName

Gets or sets the name of the associated application.

public string ApplicationName { get; set; }

Property Value

string

ConfigureClassSettings

Gets or sets whether to configure the class settings.

public BooleanOption ConfigureClassSettings { get; set; }

Property Value

BooleanOption

ConfirmOpen

Gets or sets whether to confirm open after download.

public BooleanOption ConfirmOpen { get; set; }

Property Value

BooleanOption

FileExtension

Gets or sets the file extension of the type.

public string FileExtension { get; set; }

Property Value

string

FolderOptionTypeString

Gets the folder option as a human readable string.

public override string FolderOptionTypeString { get; set; }

Property Value

string

IconIndex

Gets or sets the icon index.

public int IconIndex { get; set; }

Property Value

int

IconPath

Gets or sets the path to the icon file.

public string IconPath { get; set; }

Property Value

string

SameWindow

Gets or sets whether to browse in the same window.

public BooleanOption SameWindow { get; set; }

Property Value

BooleanOption