Add | Adds an asset document. |
Cancel | Cancels an existing asset document. |
Delete | Deletes an existing asset document. |
Get | Retrieves an asset document.
The asset document is specified by its key, which is contained in the AssetDocumentParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the AssetDocumentService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetList | Returns the AssetDocumentParamsCollection data collection that identifies all asset documents. |
Update | Updates an existing asset document.
The data for the asset document, including the key of the asset document to be updated, is contained in the AssetDocument object passed to the method. To update an asset document, you must first retrieve it using the Get method. |