del método CmsDataFormWebPart.PopulateFileHashDetails

Rellena las propiedades del control CmsDataFormWebPart con el contenido del objeto especificado HashTable .

Espacio de nombres:  Microsoft.SharePoint.Publishing.WebControls
Ensamblado:  Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)

Sintaxis

'Declaración
Protected Overrides Function PopulateFileHashDetails ( _
    fileHashTable As Hashtable _
) As Boolean
'Uso
Dim fileHashTable As Hashtable
Dim returnValue As Boolean

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

Parámetros

  • fileHashTable
    Tipo: System.Collections.Hashtable

    Un objeto System.Collections.Hashtable que contiene los pares de clave y valor que se debe llenar.

Valor devuelto

Tipo: System.Boolean

Vea también

Referencia

clase CmsDataFormWebPart

Miembros CmsDataFormWebPart

Espacio de nombres Microsoft.SharePoint.Publishing.WebControls