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
AlwaysShow
Gets or sets whether to always show extension.
public BooleanOption AlwaysShow { get; set; }
Property Value
ApplicationIdentifier
Gets or sets the application program identifier of the associated application.
public string ApplicationIdentifier { get; set; }
Property Value
ApplicationName
Gets or sets the name of the associated application.
public string ApplicationName { get; set; }
Property Value
ConfigureClassSettings
Gets or sets whether to configure the class settings.
public BooleanOption ConfigureClassSettings { get; set; }
Property Value
ConfirmOpen
Gets or sets whether to confirm open after download.
public BooleanOption ConfirmOpen { get; set; }
Property Value
FileExtension
Gets or sets the file extension of the type.
public string FileExtension { get; set; }
Property Value
FolderOptionTypeString
Gets the folder option as a human readable string.
public override string FolderOptionTypeString { get; set; }
Property Value
IconIndex
Gets or sets the icon index.
public int IconIndex { get; set; }
Property Value
IconPath
Gets or sets the path to the icon file.
public string IconPath { get; set; }
Property Value
SameWindow
Gets or sets whether to browse in the same window.
public BooleanOption SameWindow { get; set; }