Returns true if the content is currently using workflow editing.


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

Syntax

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

Parameters

ContentName

See Also