ImportAssetsArgs Class
Base args object for calling ImportAssets(ImportAssetsArgs).
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 ImportAssetsArgs- Inheritance
- Object ImportAssetsArgs
- Derived
Constructors
| ImportAssetsArgs | Initializes a new instance of the ImportAssetsArgs class |
Properties
| CommonTemplateTechname | A template technical name that should be assigned to all assets |
| Filenames | The list of files to import |
| GetCustomDisplayName | A method to customize the display name, return null to keep the default name generated. If this Func is not set all assets get their default name. The Func gets the index into the Filenames list and the filename entry as parameter |
| GetCustomTemplateTechname | A Func to customize template technical name generation. The Func gets the index into the Filenames list and the filename entry as parameter |
| Parent | The parent (folder) that should get the new, imported assets |
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) |