Click or drag to resize
DocumentIndexFieldCreateDate Method (String, DocumentIndexFieldKeywords)

Note: This API is now obsolete.

Creates a keyword field with the specified field name.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[ObsoleteAttribute("Use Create instead. The spelling of the method name is wrong.")]
public static DocumentIndexField CreateDate(
	string fieldName,
	DocumentIndexFieldKeywords value
)

Parameters

fieldName
Type: SystemString
Name of the field.
value
Type: DocuWare.Platform.ServerClientDocumentIndexFieldKeywords
The value.

Return Value

Type: DocumentIndexField
The new field.
See Also