API Reference
Class
CseChange
Describes an attempted change to a Client-Side Extension (CSE) configuration on the local machine.
Inheritance
- Object
- CseChange
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
Constructors
public CseChange() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.