: MySitePublicWebPartPage.GetEffectivePrivacy (Método) (Microsoft.SharePoint.Portal.WebControls)
Returns the effective privacy set for the My Site public page.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Shared Function GetEffectivePrivacy ( _
page As Page _
) As Privacy
'Uso
Dim page As Page
Dim returnValue As Privacy
returnValue = MySitePublicWebPartPage.GetEffectivePrivacy(page)
public static Privacy GetEffectivePrivacy (
Page page
)
Parámetros
- page
A My Site public page.
Valor devuelto
The effective privacy.
Vea también
Referencia
MySitePublicWebPartPage (Clase)
MySitePublicWebPartPage (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)