Click or drag to resize

IPublishingTargetExcludedFiles Property


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

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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