Helper.WILookupBool Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
WILookupBool(WorkflowContext, String) | Looks up and returns the value of the specified Boolean field and workflow. The Boolean fields available are AllowDefaultContentApproval, AllowManual, AutoStartChange, AutoStartCreate, and PermissionsManual. | |
WILookupBool(WorkflowContext, String, SPItemKey, String) | Looks up and returns the value of the specified Boolean field and workflow. The Boolean fields available are AllowDefaultContentApproval, AllowManual, AutoStartChange, AutoStartCreate, and PermissionsManual. | |
WILookupBool(WorkflowContext, String, Int32, String) | Looks up and returns the value of the specified Boolean field and workflow. The Boolean fields available are AllowDefaultContentApproval, AllowManual, AutoStartChange, AutoStartCreate, and PermissionsManual. |
Top