ImportAssetsFromInfoArgs Class

An args class for ImportAssets(ImportAssetsArgs) that uses a list of ImportAssetInfo objects for each to-be-imported asset.

Definition

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

Constructors

ImportAssetsFromInfoArgsInitializes a new instance of the ImportAssetsFromInfoArgs class

Properties

CommonTemplateTechname A template technical name that should be assigned to all assets
(Inherited from ImportAssetsArgs)
Filenames The list of files to import
(Inherited from ImportAssetsArgs)
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
(Inherited from ImportAssetsArgs)
GetCustomTemplateTechname A Func to customize template technical name generation. The Func gets the index into the Filenames list and the filename entry as parameter
(Inherited from ImportAssetsArgs)
Parent The parent (folder) that should get the new, imported assets
(Inherited from ImportAssetsArgs)

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