Click or drag to resize

ExportItemGetValue Method

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public string GetValue(
	string field,
	bool bOriginal = false
)

Parameters

field
Type: SystemString
Field to get.
bOriginal (Optional)
Type: SystemBoolean
True to return the original value before it was possibly changed with SetValue(String, String). Only supports fields available in Fields.

Return Value

Type: String
See Also