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

Return value

Type: System.String
A string that points to the SSC page Url.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace