Class GroupPolicyShortcut
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy shortcut.
public class GroupPolicyShortcut : GroupPolicyPreferenceBase, IComparable<GroupPolicyPreferenceBase>
- Inheritance
-
GroupPolicyShortcut
- Implements
- Inherited Members
Constructors
GroupPolicyShortcut()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyShortcut class.
public GroupPolicyShortcut()
Properties
Arguments
Gets or sets the arguments for the shortcut.
public string Arguments { get; set; }
Property Value
Comment
Gets or sets the comment for the shortcut.
public string Comment { get; set; }
Property Value
IconIndex
Gets or sets the index of the icon for the shortcut.
public int IconIndex { get; set; }
Property Value
IconPath
Gets or sets the icon path.
public string IconPath { get; set; }
Property Value
Pidl
Gets or sets the PIDL for the shortcut. This only applies when the target type is set to "ShellObject" - for example "0000D58D4CB446E931B14DC37B94031E4825541F0014".
public string Pidl { get; set; }
Property Value
ShortcutKey
Gets or sets the shortcut key.
public int ShortcutKey { get; set; }
Property Value
ShortcutKeyString
Gets the shortcut key as a human readable string.
public string ShortcutKeyString { get; set; }
Property Value
ShortcutPath
Gets or sets the shortcut path.
public string ShortcutPath { get; set; }
Property Value
StartIn
Gets or sets the start in directory. This only applies when the target type is "File System Object".
public string StartIn { get; set; }
Property Value
TargetPath
Gets or sets the target path.
public string TargetPath { get; set; }
Property Value
TargetType
Gets or sets the target type.
public GroupPolicyShortcutTargetType TargetType { get; set; }
Property Value
WindowType
Gets or sets the window type. This does not apply when the target type is "URL".
public GroupPolicyShortcutTargetTypeWindowType WindowType { get; set; }