Click or drag to resize

ExportItemGetValue Method


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

Parameters

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

Return Value

String
See Also