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