Used to test if a field exists in a content definition


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

Syntax

Visual Basic (Declaration)
Public MustOverride Function IsField( _ 
   ByVal ContentName As String,  _ 
   ByVal FieldName As String _ 
) As Boolean
C#
public abstract bool IsField(
   string ContentName,
   string FieldName
)
C++
public:
 bool IsField(
   String ContentName,
   String FieldName
) abstract 
J#
public abstract bool IsField(
   string ContentName,
   string FieldName
)
JScript
public abstract  function IsField(
   ContentName : String,
   FieldName : String
) : bool

Parameters

ContentName
FieldName

See Also