C# 클래스 GitSharp.Core.DirectoryCache.DirCacheEditor.DeleteTree

Recursively deletes all paths under a subtree. This deletion command is more generic than DeletePath as it can remove all records which appear recursively under the same subtree. Multiple stages are removed (if present) for any deleted entry. This command will not remove a single file entry. To remove a single file use DeletePath.
상속: PathEdit
파일 보기 프로젝트 열기: stschake/GitSharp

공개 메소드들

메소드 설명
Apply ( DirCacheEntry ent ) : void
DeleteTree ( string entryPath ) : System

Create a new tree deletion command by path name.

메소드 상세

Apply() 공개 메소드

public Apply ( DirCacheEntry ent ) : void
ent DirCacheEntry
리턴 void

DeleteTree() 공개 메소드

Create a new tree deletion command by path name.
public DeleteTree ( string entryPath ) : System
entryPath string /// Path of the subtree within the repository. If the path /// does not end with "/" a "/" is implicitly added to ensure /// only the subtree's contents are matched by the command. ///
리턴 System