TestimoX

API Reference

Class

Entry (GppFolderOptionsScanner)

Namespace ADPlayground.Gpo.GppFolderOptionsScanner
Assembly ADPlayground
Implements
IEquatable<Entry>
Modifiers sealed

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 requiredposition: 0
DNS domain name.
GpoName System.String requiredposition: 1
Display name of the GPO.
GpoId System.Guid requiredposition: 2
GPO identifier.
FileExt System.String requiredposition: 3
File extension (without dot).
OpenApp System.String requiredposition: 4
Associated application for the open action, when present.
XmlPath System.String requiredposition: 5
Path to the FolderOptions.xml that declared the association.

Methods

public Entry <Clone>$() #
Returns: Entry
public Void Deconstruct(out String DomainName, out String GpoName, out Guid GpoId, out String FileExt, out String OpenApp, out String XmlPath) #
Returns: Void

Parameters

DomainName String requiredposition: 0
GpoName String requiredposition: 1
GpoId Guid requiredposition: 2
FileExt String requiredposition: 3
OpenApp String requiredposition: 4
XmlPath String requiredposition: 5
public virtual Boolean Equals(Entry other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String DomainName { get; set; } #

DNS domain name.

public String GpoName { get; set; } #

Display name of the GPO.

public Guid GpoId { get; set; } #

GPO identifier.

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.