CmsDataFormWebPart.PopulateFileHashDetails Method

Populates the CmsDataFormWebPart control properties with the specified HashTable object contents.

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

Syntax

'Declaration
Protected Overrides Function PopulateFileHashDetails ( _
    fileHashTable As Hashtable _
) As Boolean
'Usage
Dim fileHashTable As Hashtable
Dim returnValue As Boolean

returnValue = Me.PopulateFileHashDetails(fileHashTable)
protected override bool PopulateFileHashDetails(
    Hashtable fileHashTable
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

CmsDataFormWebPart Class

CmsDataFormWebPart Members

Microsoft.SharePoint.Publishing.WebControls Namespace