EDataServer.SourceRevisionGuards
Properties
| Name | Type | Flags | Short Description | 
|---|
| enabled | bool | r/w/c/en | Whether to enable or disable the revision guards | 
 
Class Details
- 
class EDataServer.SourceRevisionGuards(**kwargs)
- 
Contains only private data that should be read and manipulated using the
functions below. 
- 
get_enabled()
- 
| Returns: | Trueif the revision guards are enabled. | 
|---|
 | Return type: | bool | 
|---|
 
 - Checks whether revision guards for the given - EDataServer.Sourceare enabled.
 
 
- 
set_enabled(enabled)
- 
| Parameters: | enabled ( bool) – Whether to enable or disable the revision guards. | 
|---|
 
 - Enables or disables the revision guards for a given - EDataServer.Source.
 - Revision guards are disabled by default. 
 
 
Property Details
- 
EDataServer.SourceRevisionGuards.props.enabled
- 
Whether to enable or disable the revision guards