SiteInfo.GetNewSiteInfo Method (PortalContext, Boolean)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Function GetNewSiteInfo ( _
ctx As PortalContext, _
fAllowPortalApplicationRefresh As Boolean _
) As SiteInfo
'Usage
Dim ctx As PortalContext
Dim fAllowPortalApplicationRefresh As Boolean
Dim returnValue As SiteInfo
returnValue = SiteInfo.GetNewSiteInfo(ctx, _
fAllowPortalApplicationRefresh)
public static SiteInfo GetNewSiteInfo(
PortalContext ctx,
bool fAllowPortalApplicationRefresh
)
Parameters
- fAllowPortalApplicationRefresh
Type: System.Boolean
Return Value
Type: Microsoft.SharePoint.Portal.WebControls.SiteInfo