Table of Contents

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

BooleanOption

AlwaysShowMenus

Gets or sets whether to always show menus.

public BooleanOption AlwaysShowMenus { get; set; }

Property Value

BooleanOption

DisplayFileSize

Gets or sets whether to display file size information in folder tips.

public BooleanOption DisplayFileSize { get; set; }

Property Value

BooleanOption

DisplayFullPath

Gets or sets whether to display the full path in the title bar.

public BooleanOption DisplayFullPath { get; set; }

Property Value

BooleanOption

DisplayIconThumbnails

Gets or sets whether to display file icon on thumbnails.

public BooleanOption DisplayIconThumbnails { get; set; }

Property Value

BooleanOption

DisplaySimpleFolderView

Gets or sets whether to display simple folder view in navigation pane.

public BooleanOption DisplaySimpleFolderView { get; set; }

Property Value

BooleanOption

EnableViewState

Gets or sets whether to remember each folder's view settings.

public BooleanOption EnableViewState { get; set; }

Property Value

BooleanOption

FolderOptionTypeString

Gets the folder option as a human readable string.

public override string FolderOptionTypeString { get; set; }

Property Value

string

HiddenFilesAction

Gets or sets the hidden files action.

public GroupPolicyFolderOptionHiddenFilesAction HiddenFilesAction { get; set; }

Property Value

GroupPolicyFolderOptionHiddenFilesAction

HideFileExtensions

Gets or sets whether to hide file extensions.

public BooleanOption HideFileExtensions { get; set; }

Property Value

BooleanOption

HideOperatingSystemFiles

Gets or sets whether to show protected operating system files.

public BooleanOption HideOperatingSystemFiles { get; set; }

Property Value

BooleanOption

ListViewTypingAction

Gets or sets the listview typing action.

public GroupPolicyFolderOptionListViewTypingAction ListViewTypingAction { get; set; }

Property Value

GroupPolicyFolderOptionListViewTypingAction

RestoreWindowsAtLogon

Gets or sets whether to restore previous folder windows at logon.

public BooleanOption RestoreWindowsAtLogon { get; set; }

Property Value

BooleanOption

ShowCompressedColor

Gets or sets whether to show encrypted or compressed files in color.

public BooleanOption ShowCompressedColor { get; set; }

Property Value

BooleanOption

ShowDriveLetters

Gets or sets whether to show drive letters.

public BooleanOption ShowDriveLetters { get; set; }

Property Value

BooleanOption

ShowInfoTip

Gets or sets whether to show popup description for folder and desktop items.

public BooleanOption ShowInfoTip { get; set; }

Property Value

BooleanOption

ShowPreviewHandlers

Gets or sets whether to show preview handlers in the preview pane.

public BooleanOption ShowPreviewHandlers { get; set; }

Property Value

BooleanOption

UseCheckBoxes

Gets or sets whether to use checkboxes to select items.

public BooleanOption UseCheckBoxes { get; set; }

Property Value

BooleanOption

UseSeparateProcess

Gets or sets whether to launch folder windows in a separate process.

public BooleanOption UseSeparateProcess { get; set; }

Property Value

BooleanOption

UseSharingWizard

Gets or sets whether to use sharing wizard (recommended).

public BooleanOption UseSharingWizard { get; set; }

Property Value

BooleanOption