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
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public class ImportAssetInfo- Inheritance
- Object ImportAssetInfo
Constructors
| ImportAssetInfo | Initializes 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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
| TraceError | (Defined by TraceHelper) |
| TraceInfo | (Defined by TraceHelper) |
| TraceWarning | (Defined by TraceHelper) |