|
|
|
BlueCielo TeamWork 2012 VBScript API Reference | BlueCielo ECM Solutions |
Gets the keywords configured for a document type.
ConfigKeywords As String
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 TeamWork Configuration Guide.
If InStr(document.DocumentType.ConfigKeywords, "MyKeyword",1) > 0 Then
...
End If
Copyright © 2000-2012 BlueCielo ECM Solutions |