Click or drag to resize

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
Syntax
VB
Function IsUniqueDocumentName ( 
	DocName As String
) As Boolean

Parameters

DocName
Type: SystemString

Return Value

Type: Boolean
Whether the specified name would be unique in the document collection
Remarks
Could be used when naming documents to add to the experiment.
See Also