Folder Properties | MSBuild Extension Pack Help 4.0.12.0 |
The Folder type exposes the following members.
Properties
Name | Description | |
---|---|---|
AccessType |
Set the AccessType. Can be Allow or Deny. Default is Allow.
|
|
Folders |
Gets the folder list
|
|
Force |
Sets a value indicating whether to delete readonly files when performing RemoveContent
|
|
Match |
Sets the regular expression to match in the name of a folder for Delete. Case is ignored.
|
|
Path |
Sets the path to remove content from, or the base path for Delete
|
|
Permission |
A comma-separated list of FileSystemRights.
|
|
Recursive |
Set to true to perform a recursive scan. Default is false.
|
|
RetryCount |
Sets a value indicating how many times to retry removing the content, e.g. if files are temporarily locked. Default is 5. The retry occurs every 5 seconds.
|
|
TargetPath |
Sets the TargetPath for a renamed folder
|
|
Users |
Sets the users collection. Use the Permission metadata tag to specify permissions. Separate pemissions with a comma.
Read,etc |
See Also