DocumentIndexField CreateDate Method (String, DateTime)DocuWare Platform .NET API
Creates a field with the specified field name.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

public static DocumentIndexField CreateDate(
	string fieldName,
	DateTime value
)

Return Value

Type: DocumentIndexField
The new field.
See Also