API Reference
Class
GpoBackupDiff
Represents differences between two GPO backups.
Inheritance
- Object
- GpoBackupDiff
Constructors
public GpoBackupDiff(IReadOnlyList<String> Added, IReadOnlyList<String> Removed, IReadOnlyList<String> Modified) #Represents differences between two GPO backups.
Parameters
- Added System.Collections.Generic.IReadOnlyList{System.String}
- Files present only in the right-hand backup.
- Removed System.Collections.Generic.IReadOnlyList{System.String}
- Files present only in the left-hand backup.
- Modified System.Collections.Generic.IReadOnlyList{System.String}
- Files present in both but with different contents.
Methods
public GpoBackupDiff <Clone>$() #Returns:
GpoBackupDiffpublic Void Deconstruct(out IReadOnlyList<String> Added, out IReadOnlyList<String> Removed, out IReadOnlyList<String> Modified) #Returns:
VoidParameters
- Added IReadOnlyList<String>
- Removed IReadOnlyList<String>
- Modified IReadOnlyList<String>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String