API Referenceglobal
ChangeListSummaryclass
A lightweight changelist summary - id, title, version and date only, no entry detail.
object→ChangeListSummary
Constructors1
Showing 1 constructors
public ChangeListSummary(System.Guid Id, string Title, string Version, System.DateTimeOffset Created)
A lightweight changelist summary - id, title, version and date only, no entry detail.
| Parameter | Type | Description |
|---|---|---|
| Id | Guid | Unique id of this changelist. |
| Title | string | Short title for the update, e.g. "March Update". |
| Version | string | Optional human version string, e.g. "1.2.3". |
| Created | DateTimeOffset | When this changelist was published. |
No results match this filter.
Methods1
Showing 1 methods
public void Deconstruct(System.Guid Id, string Title, string Version, System.DateTimeOffset Created)
| Parameter | Type | Description |
|---|---|---|
| Id | Guid | — |
| Title | string | — |
| Version | string | — |
| Created | DateTimeOffset | — |
Returns:
void—No results match this filter.
Properties4
Showing 4 properties
public System.DateTimeOffset Sandbox.Package.ChangeListSummary.Created { get; set; }
When this changelist was published.
Returns:
DateTimeOffset—public System.Guid Sandbox.Package.ChangeListSummary.Id { get; set; }
Unique id of this changelist.
Returns:
Guid—public string Sandbox.Package.ChangeListSummary.Title { get; set; }
Short title for the update, e.g. "March Update".
Returns:
string—public string Sandbox.Package.ChangeListSummary.Version { get; set; }
Optional human version string, e.g. "1.2.3".
Returns:
string—No results match this filter.