Click or drag to resize
IActivityLogValidatorIsValid Method
Determines whether the given activity is valid or not, e.g. checks consistency of activity properties.

Namespace: CMS.Activities
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 12.0.0
Syntax
C#
bool IsValid(
	IActivityInfo activity
)

Parameters

activity
Type: CMS.ActivitiesIActivityInfo
Activity to be validated

Return Value

Type: Boolean
True if validation check was passed; otherwise, false
See Also