IPublishingTargetExcludedFiles Property Ingeniux CMS Content Store API

Gets/sets the asset files that will be excluded during publish.

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

IEnumerable<FileInfo> ExcludedFiles { get; set; }

Property Value

Type: IEnumerableFileInfo
Remarks

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

See Also

Reference