DocumentsManager
Collection elements:
Iteration through collection using For each ... In ... Do operator is available to object. Document managers are retrieved during iteration.
Access to document manager is possible using [...] operator. Document name as specified in the configuration is passed as an argument.
Properties:
Methods:
Description:
Availability:
Exchange with server is possible.
Example:
// documens manager grants access to the ExspenseBill //document manager NewDocum = Documents.ExpenseBill.CreateDocument(); |
See also: