API Referenceglobal
IRevisionclass
object→IRevision
Methods1
Showing 1 methods
public virtual System.Threading.Tasks.Task DownloadManifestAsync(System.Threading.CancellationToken token = null)
The manifest will not be immediately available until you've downloaded it.
| Parameter | Type | Description |
|---|---|---|
| token = null | CancellationToken | — |
Returns:
Task—No results match this filter.
Properties7
Showing 7 properties
public virtual System.DateTimeOffset Sandbox.Package.IRevision.Created { get; set; }
When this revision was created.
Returns:
DateTimeOffset—public virtual int Sandbox.Package.IRevision.EngineVersion { get; set; }
Engine version of this revision. TODO: How exactly is this different from `Sandbox.Package.EngineVersion`?
Returns:
int—public virtual long Sandbox.Package.IRevision.FileCount { get; set; }
Number of files in this revision.
Returns:
long—public virtual Sandbox.ManifestSchema Sandbox.Package.IRevision.Manifest { get; set; }
Manifest of the revision, describing what files are available. For this to be available you should call DownloadManifestAsync first.
public virtual string Sandbox.Package.IRevision.Summary { get; set; }
A summary of the changes in this revision.
Returns:
string—No results match this filter.