SPAdministrationServiceJobDefinition.Validate Method
Validates that the user can update the object before it is persisted.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub Validate
'Usage
Me.Validate()
protected override void Validate()
Remarks
Note that this validation check is not particularly strong. Any person that has access to the configuration database or the file system cache can create, update, and/or delete jobs that run in the Administration service.
See Also
Reference
SPAdministrationServiceJobDefinition Class