CMISLogDocumentTypes

Logs the document types defined on the CMIS server.

Member of namespace

CMISClient

Syntax

bool CMISLogDocumentTypes()

Parameters

None.

Returns

Always True.

Level

All levels.

Details

This action will query the CMIS server and log all of the server defined document types to the RRS log, providing that logging is enabled. This is a diagnostic action and is not intended for use in a production environment, nor is it supported in a production environment. CMISLogin must be called prior to this action.

It may be useful for an developer to obtain this type information during application development and has no intended use other than this limited diagnostic. Be aware that depending on the number of types and attributes defined on the CMIS server, this action may be slow and create a large log file.

Example:
LogDocumentTypes()