This class allows you to modify and view global mappings in the [Map.xxx] section of the CPF file through programatic APIs. More...
Public Attributes | |
Directory | |
Database to map global to. More... | |
![]() | |
CPFFile | |
CPF file which the object maps to. More... | |
Comments | |
Embedded comments in the CPF file. More... | |
Flags | |
Flags governing how the object is processed when Save() is called. More... | |
ID | |
ID where the mapping is. More... | |
Name | |
Name of the mapping. More... | |
Static Public Attributes | |
CAPITALNAME = None | |
Determines if the Name specified in the index should be capitalized. More... | |
![]() | |
CAPITALNAME = None | |
Determines if the Name specified in the index should be capitalized. More... | |
SECTIONTYPE = None | |
This parameter governs how the class creates audit records. More... | |
![]() | |
DOMAIN = None | |
This class contains properties which are included by classes which manipulate namespace mappings in the CPF file. More... | |
Static Private Member Functions | |
_.Library.Status | OnDeleteCallBack (_.Library.ObjectHandle Obj) |
Called from Delete(). More... | |
This class allows you to modify and view global mappings in the [Map.xxx] section of the CPF file through programatic APIs.
While properties are usually modified through the System Management portal, there may be some occasion where modifying them through the API's is best for your system. In all the Config methods, if you do not specify the CPFFile parameter, the currently active CPF file is used. If you wish to modify a CPF file which is not the currently active one, then specify the CPFFile you wish to modify in the method call.
The Flags parameter does not normally need to be specified; the defaults are usually sufficient for most cases.
You can use either the provided API's (Create/Get/Modify/Delete) to modify the properties by passing in the correct parameters, or use Object syntax to open and directly manipulate the config objects (Open() and Exists()). Most objects created here need only to specify the Name of the object, and 1 or 2 properties since the the defaults are what are commonly used for most cases.
EXAMPLE:
|
staticprivate |
Called from Delete().
Any error returned here will keep the object from being deleted.
|
static |
Determines if the Name specified in the index should be capitalized.
Directory |
Database to map global to.