Class AssetFreeze
Assembly: Unity.Cloud.Assets.dll
Syntax
public class AssetFreeze : IAssetFreeze
Constructors
AssetFreeze()
Declaration
AssetFreeze(string)
Declaration
public AssetFreeze(string changeLog)
Parameters
Type |
Name |
Description |
string |
changeLog |
|
Properties
ChangeLog
A changelog for the version.
Declaration
public string ChangeLog { get; set; }
Property Value
Operation
Defines the operation to perform when freezing the version.
Declaration
public AssetFreezeOperation Operation { get; set; }
Property Value
Implements