WorkflowHelperCheckNoteContentLength Method |
Returns true if given content lenght doesn't exceed 450 characters.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax public static bool CheckNoteContentLength(
int noteLength,
out string errorMessage
)
Parameters
- noteLength
- Type: SystemInt32
Node content lenght - errorMessage
- Type: SystemString
Passes error message if method's return value is false
Return Value
Type:
BooleanSee Also