IAssetIsExternal Property
|
Gets whether the Asset pointing to an external source.
External assets is simple a URL with metadata, and has no actual
File
in the published file system
Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax ReadOnly Property IsExternal As Boolean
Get
property bool IsExternal {
bool get ();
}
abstract IsExternal : bool with get
Property Value
Type:
BooleanSee Also