IsDocbaseAllowed method

Returns whether or not the specified Docbase is filtered in or filtered out for the purposes of publishing.

Syntax


C++

HRESULT IsDocbaseAllowed(
   BSTR
DocbaseName,
   VARIANT_BOOL*
IsDocbaseAllowed
)

Scripting languages
Object.IsDocbaseAllowed(DocbaseName as String)

Parameters


DocbaseName

The name of the Docbase you are checking on.

IsDocbaseAllowed

Upon return, indicates whether the Docbase specified by DocbaseName is allowed to publish.

Return value


C++

The return code.

Scripting languages

Upon return, indicates whether the Docbase specified by DocbaseName is allowed to publish.

Home

Applies to

IERUDocumentumSettings