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
fileHashTable
Type: System.Collections.HashtableA System.Collections.Hashtable object that contains the key/value pairs to be populated.
Return Value
Type: System.Boolean