|
|
|
BlueCielo Meridian Enterprise 2013 VBScript API Reference | BlueCielo ECM Solutions |
Gets the keywords configured for a document type.
Syntax
ConfigKeywords As String
Remarks
Assign keywords to document types to make it convenient to test for them in more ways than just by name. This can be useful for associating multiple document types together, for example, to authorize access by users or groups. For information about setting keywords in document types, see the BlueCielo Meridian Enterprise Configuration Guide.
Example
If InStr(document.DocumentType.ConfigKeywords, "MyKeyword",1) > 0 Then
...
End If
Copyright © 2000-2013 BlueCielo ECM Solutions |