SPEvaluatorModeProvisioner.IsProvisioned Method
Returns a Boolean value that indicates whether a site with the appropriate template has been provisioned on the server.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Function IsProvisioned As Boolean
'Usage
Dim instance As SPEvaluatorModeProvisioner
Dim returnValue As Boolean
returnValue = instance.IsProvisioned()
public virtual bool IsProvisioned()
Return Value
Type: System.Boolean
true if the appropriate template has been provisioned; otherwise, false.
See Also
Reference
SPEvaluatorModeProvisioner Class