Click or drag to resize
DocumentIndexFieldCreate Method (String, Int32)
Creates an integer 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#
public static DocumentIndexField Create(
	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