Click or drag to resize

FocDocumentData Constructor (FocDocumentDataType, String)

Initializes a new instance of the FocDocumentData class

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public FocDocumentData(
	FocDocumentDataType type,
	string value
)

Parameters

type
Type: FileHold.CommonFocDocumentDataType
value
Type: SystemString
See Also