IPublishingTargetExcludedDirectories Property Ingeniux CMS Content Store API

Gets/sets the asset directories that will be excluded during publish. Any files in these directories will not be copied to the target location.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<DirectoryInfo> ExcludedDirectories { get; set; }

Property Value

Type: IEnumerableDirectoryInfo
Remarks

When setting a null value to this property, the excluded directories list is emptied.

See Also

Reference