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.StringDie voll qualifizierte URL des Dokuments.
hasPersonalizedWebParts
Typ: System.Booleantrue wenn das Dokument enthält personalisierten Webparts; andernfalls false.
fileLevel
Typ: Microsoft.SharePoint.SPFileLevelEin SPFileLevel -Wert, der Dateiebene angibt.