API Reference
Class
CseChange
Describes an attempted change to a Client-Side Extension (CSE) configuration on the local machine.
Inheritance
- Object
- CseChange
Constructors
public CseChange() #Inherited Methods
Properties
public Guid Guid { get; set; } #Client-Side Extension GUID.
public Boolean KeyExists { get; set; } #True when the CSE registry key exists on this machine.
public String RegPath { get; set; } #Registry path examined (HKLM\...\GPExtensions\{GUID}).
public IReadOnlyList<String> ValuesChanged { get; set; } #Names of No* flags that were set to 0.
public Boolean Applied { get; set; } #True when the change was applied (vs preview).
public String Error { get; set; } #Error message, when applicable.