SPWebApplication.GetSelfServiceCreationPageUrl method
Determines the appropriate Url for the Self Service Create page.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetSelfServiceCreationPageUrl ( _
contextWeb As SPWeb _
) As String
'Usage
Dim instance As SPWebApplication
Dim contextWeb As SPWeb
Dim returnValue As String
returnValue = instance.GetSelfServiceCreationPageUrl(contextWeb)
public string GetSelfServiceCreationPageUrl(
SPWeb contextWeb
)
Parameters
- contextWeb
Type: Microsoft.SharePoint.SPWeb
Return value
Type: System.String
A string that points to the SSC page Url.