Enum GroupPolicyShortcutTargetType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the target type of a Group Policy preference shortcut.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyShortcutTargetType
Fields
Filesystem = 1
The target type is filesystem.
ShellObject = 2
The target type is shell object.
Unknown = 0
The target type is unknown.
Url = 3
The target type is a URL.