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

Note: This API is now obsolete.

Creates a date 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,
	int value
)

Parameters

fieldName
Type: SystemString
Name of the field.
value
Type: SystemInt32
The value.

Return Value

Type: DocumentIndexField
The new field.
See Also