DocumentIndexFieldCreateDate Method (String, Decimal)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 CreateDate(
	string fieldName,
	decimal value
)

Parameters

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

Return Value

Type: DocumentIndexField
The new field.
See Also

Reference