IActivityLogValidatorIsValid Method |
Determines whether the given activity is valid or not, e.g. checks consistency of
activity properties.
Namespace: CMS.ActivitiesAssembly: CMS.Activities (in CMS.Activities.dll) Version: 12.0.0
Syntax bool IsValid(
IActivityInfo activity
)
Parameters
- activity
- Type: CMS.ActivitiesIActivityInfo
Activity to be validated
Return Value
Type:
BooleanTrue if validation check was passed; otherwise, false
See Also