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)
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