API Reference
Class
FileArtifactRecord
A file artifact referenced from GPP or scripts (e.g., copy/download source).
Inheritance
- Object
- FileArtifactRecord
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GpoArtifactSnapshot.FileArtifacts
Constructors
public FileArtifactRecord() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Domain DNS name that owns the GPO.
public String SourcePath { get; set; } #Source path (UNC/URL) for the artifact.
public String Host { get; set; } #Resolved host (UNC or URL) when present.
public Boolean HostIsOutOfForest { get; set; } #True when the host appears to be outside the forest.