PortalProvisioningProvider Class
The members of this namespace or class are reserved for internal use and are not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPWebProvisioningProvider
Microsoft.SharePoint.Publishing.PortalProvisioningProvider
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class PortalProvisioningProvider _
Inherits SPWebProvisioningProvider
'Usage
Dim instance As PortalProvisioningProvider
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class PortalProvisioningProvider : SPWebProvisioningProvider
Remarks
Represents a provisioning provider deriving from the SPWebProvisioningProvider class, which uses a webtemp*xml entry to invoke multiweb portal provisioning.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
PortalProvisioningProvider Members