IMcExperimentDocumentIsUniqueDocumentName Method
|
|
Check whether a given name would be unique in the document collection
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxFunction IsUniqueDocumentName (
DocName As String
) As Boolean
Parameters
- DocName
- Type: SystemString
Return Value
Type:
BooleanWhether the specified name would be unique in the document collection
RemarksCould be used when naming documents to add to the experiment.
See Also