Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

All autorun plugin entities are structured as follows:

entity:

  • Id int:  A unique identifier for the autorun plugin instance. This read-only property is required.

  • Name string: The name of the autorun plugin instance. The maximum length of this string is 100 characters. This read-only property is required.

  • FileInfo FileInfo: Can be one of the following FileInfo elements: NewFile Entity, RemoteFile Entity, or StoredFile Entity. This property is required.

  • Presentations PresentationInfo[]:  An array of Presentation Info entities for each presentation that uses the autorun plugin entity. This read-only property is required.





  • No labels