Click or drag to resize

WaitForAssetProcessingArgs Class

Argument class for the WaitForAssetProcessing(WaitForAssetProcessingArgs) method. The main purpose is to be able to specify a log source name where progress messages should be reported
Inheritance Hierarchy

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public class WaitForAssetProcessingArgs : ComplexApiCallArgs

The WaitForAssetProcessingArgs type exposes the following members.

Properties
  NameDescription
Public propertyWaitForThumbnails
If set to true, it is waited until a thumbnail has been generated for all assets or the generation has failed.
Top
See Also