Table of Contents

Class GroupPolicyFolderOptionFileTypeActions

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

Represents a collection of Active Directory Group Policy folder option file type actions.

public class GroupPolicyFolderOptionFileTypeActions : GlobalSerializableClassicBase
Inheritance
GroupPolicyFolderOptionFileTypeActions

Constructors

GroupPolicyFolderOptionFileTypeActions()

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

public GroupPolicyFolderOptionFileTypeActions()

Properties

ActionsSummary

Gets the summary of the actions.

public string ActionsSummary { get; }

Property Value

string

Items

Gets or sets the items in the collection.

public GroupPolicyFolderOptionFileTypeActionCollection Items { get; set; }

Property Value

GroupPolicyFolderOptionFileTypeActionCollection

Methods

ToString()

Returns the Group Policy folder option file type actions as a human readable string.

public override string ToString()

Returns

string

The Group Policy folder option file type actions as a human readable string.