API Reference
Class
Entry (GppFolderOptionsScanner)
A single FolderOptions file type association discovered in GPP.
Inheritance
- Object
- Entry
Constructors
public Entry(String DomainName, String GpoName, Guid GpoId, String FileExt, String OpenApp, String XmlPath) #A single FolderOptions file type association discovered in GPP.
Parameters
- DomainName System.String
- DNS domain name.
- GpoName System.String
- Display name of the GPO.
- GpoId System.Guid
- GPO identifier.
- FileExt System.String
- File extension (without dot).
- OpenApp System.String
- Associated application for the open action, when present.
- XmlPath System.String
- Path to the FolderOptions.xml that declared the association.
Methods
public Entry <Clone>$() #Returns:
Entrypublic Void Deconstruct(out String DomainName, out String GpoName, out Guid GpoId, out String FileExt, out String OpenApp, out String XmlPath) #Returns:
VoidParameters
- DomainName String
- GpoName String
- GpoId Guid
- FileExt String
- OpenApp String
- XmlPath String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String DomainName { get; set; } #DNS domain name.
public String GpoName { get; set; } #Display name of the GPO.
public String FileExt { get; set; } #File extension (without dot).
public String OpenApp { get; set; } #Associated application for the open action, when present.
public String XmlPath { get; set; } #Path to the FolderOptions.xml that declared the association.