DataFormWebPart.PopulateFileHashDetails method

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)

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

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.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace