Folder Properties

MSBuild Extension Pack

Folder Properties MSBuild Extension Pack Help 4.0.12.0

The Folder type exposes the following members.

Properties

  Name Description
Public property AccessType
Set the AccessType. Can be Allow or Deny. Default is Allow.
Public property Folders
Gets the folder list
Public property Force
Sets a value indicating whether to delete readonly files when performing RemoveContent
Public property Match
Sets the regular expression to match in the name of a folder for Delete. Case is ignored.
Public property Path
Sets the path to remove content from, or the base path for Delete
Public property Permission
A comma-separated list of FileSystemRights.
Public property Recursive
Set to true to perform a recursive scan. Default is false.
Public property 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.
Public property TargetPath
Sets the TargetPath for a renamed folder
Public property Users
Sets the users collection. Use the Permission metadata tag to specify permissions. Separate pemissions with a comma.

Read,etc

Top
See Also

Reference