Click or drag to resize

PropertyAssetInstance Class

Defines an asset instance currently assigned or used.
Inheritance Hierarchy
SystemObject
  AxiomCore2.ControlPropertiesPropertyAssetInstance

Namespace: AxiomCore2.ControlProperties
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class PropertyAssetInstance

The PropertyAssetInstance type exposes the following members.

Constructors
 NameDescription
Public methodPropertyAssetInstance Initializes an instance of the Asset Instance property.
Top
Properties
 NameDescription
Public propertyAssetPath Relative path excluding server and view.
Public propertyAssetServer Server the asset instance resides on.
Public propertyAssetType Asset type defined by model view.
Public propertyAssetView View that contains the asset instance.
Public propertySourcePath Absolute path including server and view.
Top
See Also