SPWeb.GetFilePersonalizationInformation-Methode

Die Dateiebene ein angegebenes Dokument als Output-Parameter zurückgegeben, und auch gibt einen Wert, der angibt, ob das Dokument Webparts personalisierte hat.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub GetFilePersonalizationInformation ( _
    url As String, _
    <OutAttribute> ByRef hasPersonalizedWebParts As Boolean, _
    <OutAttribute> ByRef fileLevel As SPFileLevel _
)
'Usage
Dim instance As SPWeb
Dim url As String
Dim hasPersonalizedWebParts As Boolean
Dim fileLevel As SPFileLevel

instance.GetFilePersonalizationInformation(url, _
    hasPersonalizedWebParts, fileLevel)
public void GetFilePersonalizationInformation(
    string url,
    out bool hasPersonalizedWebParts,
    out SPFileLevel fileLevel
)

Parameter

  • url
    Typ: System.String

    Die voll qualifizierte URL des Dokuments.

  • hasPersonalizedWebParts
    Typ: System.Boolean

    true wenn das Dokument enthält personalisierten Webparts; andernfalls false.

Siehe auch

Referenz

SPWeb Klasse

SPWeb-Member

Microsoft.SharePoint-Namespace