SPWeb.GetFilePersonalizationInformation method
Retorna o nível de arquivo de um documento especificado como parâmetros de saída e também retorna um valor que especifica se o documento tiver personalizado de Web Parts.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Sub GetFilePersonalizationInformation ( _
url As String, _
<OutAttribute> ByRef hasPersonalizedWebParts As Boolean, _
<OutAttribute> ByRef fileLevel As SPFileLevel _
)
'Uso
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
)
Parâmetros
url
Type: System.StringA URL totalmente qualificada do documento.
hasPersonalizedWebParts
Type: System.Booleantrue se o documento incluir personalizado de Web Parts; Caso contrário, false.
fileLevel
Type: Microsoft.SharePoint.SPFileLevelUm valor de SPFileLevel que especifica o nível de arquivo.