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.6.492
Syntax
IEnumerable<FileInfo> ExcludedFiles { get; set; }

Property Value

IEnumerableFileInfo
Remarks

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

See Also