 | ExportItemGetValue Method |
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic string GetValue(
string field,
bool bOriginal = false
)
Public Function GetValue (
field As String,
Optional bOriginal As Boolean = false
) As String
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