Returns the result and converts it to a text type. For field types that store text in files, the text is returned instead of the filename. These include textfile, cssfile, javascriptfile. For file types that do not contain text, the filename is returned. These include filetype and imagefiletype.


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function GetText( _ 
   ByVal FieldName As String _ 
) As String
C#
public abstract string GetText(
   string FieldName
)
C++
public:
 String GetText(
   String FieldName
) abstract 
J#
public abstract string GetText(
   string FieldName
)
JScript
public abstract  function GetText(
   FieldName : String
) : String

Parameters

FieldName

See Also