The Cedar Settings object stores arbitrary strings for usage in script.
The SCBCdrSettings object provides the following methods.
This method clears all clients and keys from the Settings object.
The SCBCdrPROJLib object provides the following type definitions.
The Cedar Project object provides the following methods.
The Cedar Project object provides the following properties.
A Cedar DocClass object represents a single document class within a Cedar project class hierarchy.
This collection contains all defined DocClass objects of the Cedar project.
A Cedar FieldDef object represents the definition of a single FieldDef inside a Cedar DocClass
This collection contains all defined FieldDef objects of a single DocClass.
The Licensing Information Access object allows direct retrieval to the active licensing object. You can directly query any licensing component in a custom script.
This method adds a new client with the specified name to the current Settings object.
This method adds a new key specified by its name and its parent.
This method moves a key specified by its name to the NewParent specified by its name.
This method removes a client specified by its name.
This method removes a key specified by its name.
The SCBCdrSettings object provides the following properties.
This is a global object at the project level. All script module events occurred at project level belong to this object.
Brainware Intelligent Capture provides a public interface "SCBCdrScriptAccess" for external access to the project and class level custom script pages. The interface can be queried from the main "SCBCdrProject" interface available in Brainware Intelligent Capture custom script. Using this interface it is possible to get, modify and dump project and class level scripts.
Clear ()