ItemWithAssetContentDataAssetEncodingCompleted Property
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
MediaManagerCaller.MediaManagerAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic Nullable<bool> AssetEncodingCompleted { get; set; }
Public Property AssetEncodingCompleted As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> AssetEncodingCompleted {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AssetEncodingCompleted : Nullable<bool> with get, set
function get_AssetEncodingCompleted();
function set_AssetEncodingCompleted(value);
Property Value
Type:
NullableBoolean
See Also