IVersionEditForBranchImpl Interface

Members

Name Description
Method ClearCachedConflictClasses Clears the cached conflicts if they exist.
Method get_​CachedConflictClasses Gets the cached conflicts or if none have been pulled, loads them from the rest endpoint.
Method get_​CachedConflictClassesAndCheckSkippedConflicts Gets the cached conflicts or if none have been pulled, loads them from the rest endpoint. Addition flag is returned when a conlfict class has been skipped.
Method get_​CachedVersionDifferencesAndCheckSkippedDifferences Gets the cached Differences or if none have been pulled, loads them from the rest endpoint. Addition flag is returned when a difference class has been skipped.
Method get_​CanRestoreRows Returns a boolean if RestoreRows is supported.
Method RestoreRows Restore rows

IVersionEditForBranchImpl.ClearCachedConflictClasses Method

Clears the cached conflicts if they exist.

Public Sub ClearCachedConflictClasses ( _
)
public void ClearCachedConflictClasses (
);

IVersionEditForBranchImpl.RestoreRows Method

Restore rows

Public Sub RestoreRows ( _
    ByVal layerIds As ILongArray, _
    ByVal rowIds As ILongArray _
)
public void RestoreRows (
    ILongArray layerIds,
    ILongArray rowIds
);

Classes that implement IVersionEditForBranchImpl

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.