Returns a named content property. Valid values for PropertyName are the field names of the 'Content' 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 GetProperty( _ 
   ByVal ContentName As String,  _ 
   ByVal PropertyName As String _ 
) As String
C#
public abstract string GetProperty(
   string ContentName,
   string PropertyName
)
C++
public:
 String GetProperty(
   String ContentName,
   String PropertyName
) abstract 
J#
public abstract string GetProperty(
   string ContentName,
   string PropertyName
)
JScript
public abstract  function GetProperty(
   ContentName : String,
   PropertyName : String
) : String

Parameters

ContentName
PropertyName

See Also