Method | Description | |
---|---|---|
Apply ( |
||
DeletePath ( |
Create a new deletion command for an existing entry instance.
|
|
DeletePath ( string entryPath ) : System |
Create a new deletion command by path name.
|
public DeletePath ( |
||
ent | /// Entry instance to remove. Only the path of this entry is /// actually considered during command evaluation. /// | |
return | System |
public DeletePath ( string entryPath ) : System | ||
entryPath | string | /// Path of the file within the repository. /// |
return | System |