Freigeben über


SPOfficialFileHost.GetPropertiesForSubmission-Methode (SPListItem, SPOfficialFileAction, Boolean, Nullable<Boolean>)

Rufen Sie die Datensatz-Repository-Eigenschaften für das Listenelement ein.

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

Syntax

'Declaration
Public Shared Function GetPropertiesForSubmission ( _
    item As SPListItem, _
    action As SPOfficialFileAction, _
    bIncludeAuditHistory As Boolean, _
    bUseFieldGuid As Nullable(Of Boolean) _
) As List(Of RecordsRepositoryProperty)
'Usage
Dim item As SPListItem
Dim action As SPOfficialFileAction
Dim bIncludeAuditHistory As Boolean
Dim bUseFieldGuid As Nullable(Of Boolean)
Dim returnValue As List(Of RecordsRepositoryProperty)

returnValue = SPOfficialFileHost.GetPropertiesForSubmission(item, _
    action, bIncludeAuditHistory, bUseFieldGuid)
public static List<RecordsRepositoryProperty> GetPropertiesForSubmission(
    SPListItem item,
    SPOfficialFileAction action,
    bool bIncludeAuditHistory,
    Nullable<bool> bUseFieldGuid
)

Parameter

  • bIncludeAuditHistory
    Typ: System.Boolean

    ob Überwachungsverlauf enthalten

  • bUseFieldGuid
    Typ: System.Nullable<Boolean>

    Es gibt drei Modi für Eigenschaftennamen unterstützt: 1) mithilfe von Guids ist ok, über Websitesammlungen innerhalb einer Websitesammlung - routing, jedoch, dies kann nicht funktionieren, da wir zählen zu Guids wird dasselbe, wenn Inhaltstyp Sync 2) mithilfe von Feldnamen verwendet wird, die ältere O12 Verhalten 3) auf Null, sowohl die {Id, Name} verwendet werden

Rückgabewert

Typ: System.Collections.Generic.List<RecordsRepositoryProperty>
die Datensatz-Repository-Eigenschaften

Siehe auch

Referenz

SPOfficialFileHost Klasse

SPOfficialFileHost-Member

GetPropertiesForSubmission-Überladung

Microsoft.SharePoint-Namespace