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: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
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