Freigeben über


EcmDocumentRouter.GetHashtableForRecordsRepositoryProperties-Methode

Konvertiert ein [] in eine standardisierte Hashtabelle, die zum Speichern der Datei verwendet werden kann.

Namespace:  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Shared Function GetHashtableForRecordsRepositoryProperties ( _
    properties As RecordsRepositoryProperty(), _
    contentTypeName As String _
) As Hashtable
'Usage
Dim properties As RecordsRepositoryProperty()
Dim contentTypeName As String
Dim returnValue As Hashtable

returnValue = EcmDocumentRouter.GetHashtableForRecordsRepositoryProperties(properties, _
    contentTypeName)
public static Hashtable GetHashtableForRecordsRepositoryProperties(
    RecordsRepositoryProperty[] properties,
    string contentTypeName
)

Parameter

  • properties
    Typ: []

    Ein RecordsRepositoryProperty[] -Array, das Eigenschaften einer Datei enthält.

  • contentTypeName
    Typ: System.String

    Der Inhaltstyp der Datei, deren Eigenschaften in das Eigenschaftenarray aufgelistet werden

Rückgabewert

Typ: System.Collections.Hashtable
Gibt Hashtablezurück.

Siehe auch

Referenz

EcmDocumentRouter Klasse

EcmDocumentRouter-Member

Microsoft.Office.RecordsManagement.RecordsRepository-Namespace