<< Click to Display Table of Contents >> SetFieldAsString |
Sets the value of a Field as string.
method int TVPETemplate.SetFieldAsString(
string DataSourcePrefix,
string FieldName,
string Value
)
string DataSourcePrefix
prefix of the Data Source, this is the unique name of a Data Source as defined in dycodoc
string FieldName
name of the Data Source Field
string Value
the string that shall be assigned to the Field
Returns:
Value |
Description |
True |
if the field was found and its value could be set |
False |
otherwise |
"dycodoc Template Processing" in the Programmer's Manual