ImportAssetInfo Class

A tuple that contains the required information about an asset to be imported

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public class ImportAssetInfo
Inheritance
Object    ImportAssetInfo

Constructors

ImportAssetInfoInitializes a new instance of the ImportAssetInfo class

Properties

DisplayName the display name to be used for the new asset. use null to keep the default generated name
Filename the full filename
TemplateName The template technical name, use string.Empty or null for none.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

TraceError
(Defined by TraceHelper)
TraceInfo
(Defined by TraceHelper)
TraceWarning
(Defined by TraceHelper)

See Also