AddSection | Adds a section. |
DeleteSection | Deletes an existing section.
The section is specified by its key (AbsId), which is contained in the SectionParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the SectionsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetSection | Retrieves a section.
The section is specified by its key (AbsId), which is contained in the SectionParams object passed to the method. |
GetSectionList | Retrieves the keys and codes of all the sections. |
UpdateSection | Updates an existing section.
The data for the section, including the key of the section to be updated, is contained in the Section passed to the method. To update a section, you must first retrieve it using the GetSection method. |