MonoDevelop.VersionControl.Repository.OnGetVersionInfo C# (CSharp) Method

OnGetVersionInfo() protected abstract method

Returns the versioning status of a set of files or directories
This method must return a VersionInfo object for every path in the 'paths' argument.
protected abstract OnGetVersionInfo ( IEnumerable paths, bool getRemoteStatus ) : IEnumerable
paths IEnumerable /// A list of files or directories ///
getRemoteStatus bool /// True if remote status information has to be included ///
return IEnumerable
		protected abstract IEnumerable<VersionInfo> OnGetVersionInfo (IEnumerable<FilePath> paths, bool getRemoteStatus);