Returns the filename for field types that store text in files.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function GetTextFile( _ ByVal FieldName As String _ ) As String |
C# |
---|
public abstract string GetTextFile( string FieldName ) |
C++ |
---|
public: String GetTextFile( String FieldName ) abstract |
J# |
---|
public abstract string GetTextFile( string FieldName ) |
JScript |
---|
public abstract
function GetTextFile( FieldName : String ) : String |
Parameters
- FieldName