Table of Contents

Class GroupPolicyFolderOptionFileAssociation

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

Represents an Active Directory Group Policy folder option file association.

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

Constructors

GroupPolicyFolderOptionFileAssociation()

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

public GroupPolicyFolderOptionFileAssociation()

Properties

ApplicationPath

Gets or sets the path of the application with which to open the associated file type.

public string ApplicationPath { get; set; }

Property Value

string

FileExtension

Gets or sets the file extension of the association.

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

SetAsDefault

Gets or sets whether to set the application as the default.

public BooleanOption SetAsDefault { get; set; }

Property Value

BooleanOption