ArcGIS Pro 2.6 API Reference Guide
IsArchiveEnabled Method (Table)

ArcGIS.Core.Data Namespace > Table Class : IsArchiveEnabled Method
Gets a value indicating whether this table is archive-enabled. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool IsArchiveEnabled()
Public Function IsArchiveEnabled() As Boolean

Return Value

false if this table is not archive-enabled or does not support archiving; otherwise, true.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Table Class
Table Members