Interface IFileVersioningConfiguration
public interface IFileVersioningConfiguration
Represents versioning information about a repository file.
- Author:
- tkafalas
- 
Method SummaryModifier and TypeMethodDescriptionbooleanTrue if the UI should prompt for a version comment when the file is created/saved.booleanTrue if new versions should be created when saved.
- 
Method Details- 
isVersioningEnabledboolean isVersioningEnabled()True if new versions should be created when saved. False if versioning is disabled for this file.- Returns:
- true or false
 
- 
isVersionCommentEnabledboolean isVersionCommentEnabled()True if the UI should prompt for a version comment when the file is created/saved. False if comments are disabled.- Returns:
- true or false
 
 
-