Class GroupPolicyFolderOption
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy folder option.
public class GroupPolicyFolderOption : GroupPolicyFolderOptionBase, IComparable<GroupPolicyPreferenceBase>
- Inheritance
-
GroupPolicyFolderOption
- Implements
- Inherited Members
Constructors
GroupPolicyFolderOption()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyFolderOption class.
public GroupPolicyFolderOption()
Properties
AlwaysShowIcons
Gets or sets whether to always show icons, never thumbnails.
public BooleanOption AlwaysShowIcons { get; set; }
Property Value
AlwaysShowMenus
Gets or sets whether to always show menus.
public BooleanOption AlwaysShowMenus { get; set; }
Property Value
DisplayFileSize
Gets or sets whether to display file size information in folder tips.
public BooleanOption DisplayFileSize { get; set; }
Property Value
DisplayFullPath
Gets or sets whether to display the full path in the title bar.
public BooleanOption DisplayFullPath { get; set; }
Property Value
DisplayIconThumbnails
Gets or sets whether to display file icon on thumbnails.
public BooleanOption DisplayIconThumbnails { get; set; }
Property Value
DisplaySimpleFolderView
Gets or sets whether to display simple folder view in navigation pane.
public BooleanOption DisplaySimpleFolderView { get; set; }
Property Value
EnableViewState
Gets or sets whether to remember each folder's view settings.
public BooleanOption EnableViewState { get; set; }
Property Value
FolderOptionTypeString
Gets the folder option as a human readable string.
public override string FolderOptionTypeString { get; set; }
Property Value
HiddenFilesAction
Gets or sets the hidden files action.
public GroupPolicyFolderOptionHiddenFilesAction HiddenFilesAction { get; set; }
Property Value
HideFileExtensions
Gets or sets whether to hide file extensions.
public BooleanOption HideFileExtensions { get; set; }
Property Value
HideOperatingSystemFiles
Gets or sets whether to show protected operating system files.
public BooleanOption HideOperatingSystemFiles { get; set; }
Property Value
ListViewTypingAction
Gets or sets the listview typing action.
public GroupPolicyFolderOptionListViewTypingAction ListViewTypingAction { get; set; }
Property Value
RestoreWindowsAtLogon
Gets or sets whether to restore previous folder windows at logon.
public BooleanOption RestoreWindowsAtLogon { get; set; }
Property Value
ShowCompressedColor
Gets or sets whether to show encrypted or compressed files in color.
public BooleanOption ShowCompressedColor { get; set; }
Property Value
ShowDriveLetters
Gets or sets whether to show drive letters.
public BooleanOption ShowDriveLetters { get; set; }
Property Value
ShowInfoTip
Gets or sets whether to show popup description for folder and desktop items.
public BooleanOption ShowInfoTip { get; set; }
Property Value
ShowPreviewHandlers
Gets or sets whether to show preview handlers in the preview pane.
public BooleanOption ShowPreviewHandlers { get; set; }
Property Value
UseCheckBoxes
Gets or sets whether to use checkboxes to select items.
public BooleanOption UseCheckBoxes { get; set; }
Property Value
UseSeparateProcess
Gets or sets whether to launch folder windows in a separate process.
public BooleanOption UseSeparateProcess { get; set; }
Property Value
UseSharingWizard
Gets or sets whether to use sharing wizard (recommended).
public BooleanOption UseSharingWizard { get; set; }