API Referenceglobal
public abstract interface Sandbox.Package.IRevision
Methods
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.
Parameters
token: Default: null
No results match this filter.
Properties
Showing 7 properties
public virtual System.DateTimeOffset Sandbox.Package.IRevision.Created { get; set; }
When this revision was created.
public virtual int Sandbox.Package.IRevision.EngineVersion { get; set; }
Engine version of this revision. TODO: How exactly is this different from `Sandbox.Package.EngineVersion`?
public virtual long Sandbox.Package.IRevision.FileCount { get; set; }
Number of files in this revision.
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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Package.IRevision |