CmisSync.Lib.Storage.FileSystem.DirectoryInfoWrapper.Delete C# (CSharp) Метод

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

Passes the Delete call to the originial instance.
public Delete ( bool recursive ) : void
recursive bool If set to true recursive.
Результат void
        public void Delete(bool recursive) {
            this.original.Delete(true);
        }