Information about a feature service's editor tracking configuration. More...
|  Header |  #include <Editor | 
|  Since |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| Editor | |
| Editor | |
| Editor | |
|  Esri | operator=( | 
|  Esri | operator=(const Esri | 
| ~ | |
| bool | is | 
| bool | is | 
| bool | is | 
| bool | is | 
| bool | is | 
| bool | is | 
| bool | is | 
Detailed Description
Member Function Documentation
EditorTrackingInfo::EditorTrackingInfo  (Esri::ArcGISRuntime::EditorTrackingInfo      &&other)   
Move constructor from other EditorTrackingInfo.
EditorTrackingInfo::EditorTrackingInfo  (const Esri::ArcGISRuntime::EditorTrackingInfo      &other)   
Copy constructor from other EditorTrackingInfo.
EditorTrackingInfo::EditorTrackingInfo  ()   
Default constructor. Creates an empty EditorTrackingInfo.
Esri::ArcGISRuntime::EditorTrackingInfo      &EditorTrackingInfo::operator=(Esri::ArcGISRuntime::EditorTrackingInfo      &&other)    
Move operator from other EditorTrackingInfo.
Esri::ArcGISRuntime::EditorTrackingInfo      &EditorTrackingInfo::operator=(const Esri::ArcGISRuntime::EditorTrackingInfo      &other)    
Assignment operator from other EditorTrackingInfo.
EditorTrackingInfo::~EditorTrackingInfo   ()   
Destructor.
bool EditorTrackingInfo::isAllowAnonymousToDelete    () const   
Returns true if anonymous users are allowed to delete features.
This function was introduced in Esri::ArcGISRuntime 100.3.
bool EditorTrackingInfo::isAllowAnonymousToUpdate    () const   
Returns true if anonymous users are allowed to update features.
This function was introduced in Esri::ArcGISRuntime 100.3.
bool EditorTrackingInfo::isAllowOthersToDelete    () const   
Returns true if this EditorTrackingInfo allows non-owners to delete features.
bool EditorTrackingInfo::isAllowOthersToUpdate    () const   
Returns true if this EditorTrackingInfo allows non-owners to update features.
bool EditorTrackingInfo::isEditorTrackingEnabled   () const   
Returns true if the feature service has editor tracking enabled.
bool EditorTrackingInfo::isEmpty () const   
Returns true if this EditorTrackingInfo is empty.
bool EditorTrackingInfo::isOwnershipBasedAccessControlEnabled     () const   
Returns true if the feature service has ownership-based access control enabled.