Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the information about the Extensible Style Sheet (XSL) files from the database and stores it in the provided hashtable.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Function PopulateFileHashDetails ( _
fileHashTable As Hashtable _
) As Boolean
'Usage
Dim fileHashTable As Hashtable
Dim returnValue As Boolean
returnValue = Me.PopulateFileHashDetails(fileHashTable)
protected virtual bool PopulateFileHashDetails(
Hashtable fileHashTable
)
Parameters
fileHashTable
Type: System.Collections.HashtableInformation about the XSL files.
Return Value
Type: System.Boolean
true if the information is successfully retrieved; otherwise, false.
Remarks
This method updates the fileHashTable with information about the XSL files from the database.