Add | Adds a new resource. |
CreateLinkedItem | Creates a non-inventory item that links to the resource. |
Delete | Deletes an existing resource. |
Get | Retrieves a resource.
The resource is specified by its key, which is contained in the ResourceParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the ResourcesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetList | Returns the ResourceParamsCollection data collection that identify all resources. |
Update | Updates an existing resource.
The data for the resource, including the key of the resource to be updated, is contained in the Resource object passed to the method. To update a resource, you must first retrieve it using the Get method. |