Returns a named field property. Valid values for PropertyName are the field names of the 'Content Fields' content definition, also found as the columns in the ccfields table.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride Function GetFieldProperty( _ ByVal ContentName As String, _ ByVal FieldName As String, _ ByVal PropertyName As String _ ) As String |
| C# |
|---|
| public abstract string GetFieldProperty( string ContentName, string FieldName, string PropertyName ) |
| C++ |
|---|
| public: String GetFieldProperty( String ContentName, String FieldName, String PropertyName ) abstract |
| J# |
|---|
| public abstract string GetFieldProperty( string ContentName, string FieldName, string PropertyName ) |
| JScript |
|---|
| public abstract
function GetFieldProperty( ContentName : String, FieldName : String, PropertyName : String ) : String |
Parameters
- ContentName
- FieldName
- PropertyName