Lucene.Net.Store.CompoundFileDirectory.RenameFile C# (CSharp) Метод

RenameFile() публичный Метод

Not implemented
always: not supported by CFS
public RenameFile ( string from, string to ) : void
from string
to string
Результат void
        public void RenameFile(string from, string to)
        {
            throw new System.NotSupportedException();
        }