Gets or sets a value indicating whether a consumer of the FileSet should include empty directories or not. Also used in the GetLocalItems()()()() method.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Property EmptyDirectoriesIncluded As Boolean
	Get
	Set
C#
public bool EmptyDirectoriesIncluded { get; set; }

Field Value

True if empty directories should not be included; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also