DocumentIndexFieldCreate 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: Version 6.6
Syntax

C#
public static DocumentIndexField Create(
	string fieldName,
	DateTime value
)

Parameters

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

Return Value

Type: DocumentIndexField
The new field.
See Also

Reference