| Update Method | |
| See Also |
- pIAssetDocument
- The data for the asset document to be updated. The AssetDocument object must contain the key of the object to be updated.
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.
| Visual Basic |
|---|
Public Sub Update( _
ByVal pIAssetDocument As AssetDocument _
) |
- pIAssetDocument
- The data for the asset document to be updated. The AssetDocument object must contain the key of the object to be updated.