ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Editing Namespace / KnowledgeGraphProvenanceDescription Class / KnowledgeGraphProvenanceDescription Constructor / KnowledgeGraphProvenanceDescription Constructor(RowHandle,String,RowHandle,String,String,IReadOnlyDictionary<String,Object>)
The row (existing or future) that this provenance information describes.
The property name that this provenance record describes.
The row (existing or future) of the document information from the Document table.
(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,RowHandle,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 RowHandle of an existing row or a "to be created" row in the Document table.
    Syntax
    Public Function New( _
       ByVal rowHandle As RowHandle, _
       ByVal propertyName As String, _
       ByVal documentRowHandle As RowHandle, _
       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.
    documentRowHandle
    The row (existing or future) of the document information from the Document table.
    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
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also