The method returns true if the workflow is enabled for a tab
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
bool IsWorkflowEnabled( int portalId, int tabId ) |
Visual Basic |
---|
Function IsWorkflowEnabled ( portalId As Integer, tabId As Integer ) As Boolean |