ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Editing Namespace / KnowledgeGraphProvenanceDescription Class / KnowledgeGraphProvenanceDescription Constructor / KnowledgeGraphProvenanceDescription Constructor(RowHandle,String,Guid,String,String,IReadOnlyDictionary<String,Object>)
The row (existing or future) that this provenance information describes.
The property name that this provenance record describes.
GlobalId of the document row.
(Optional). Name for the source information.
(Optional). Comments about the source information.
(Optional). The additional attributes for user specified fields to assign the new row in the provenance table.

In This Topic
    KnowledgeGraphProvenanceDescription Constructor(RowHandle,String,Guid,String,String,IReadOnlyDictionary<String,Object>)
    In This Topic
    Creates a new instance of a KnowledgeGraphProvenanceDescription. Use this constructor for creating provenance records where the Source Type will be set to KnowledgeGraphSourceType.Document and the document is specified using a globalID of a row in the Document table.
    Syntax
    Public Function New( _
       ByVal rowHandle As RowHandle, _
       ByVal propertyName As String, _
       ByVal documentGuid As Guid, _
       Optional ByVal sourceName As String, _
       Optional ByVal comment As String, _
       Optional ByVal attributes As IReadOnlyDictionary(Of String,Object) _
    )

    Parameters

    rowHandle
    The row (existing or future) that this provenance information describes.
    propertyName
    The property name that this provenance record describes.
    documentGuid
    GlobalId of the document row.
    sourceName
    (Optional). Name for the source information.
    comment
    (Optional). Comments about the source information.
    attributes
    (Optional). The additional attributes for user specified fields to assign the new row in the provenance table.
    Exceptions
    ExceptionDescription
    rowHandle cannot be null.
    propertyName cannot be null or empty.
    documentGuid cannot be empty.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also