IPublishingTaskContentDependencies Property
|
Gets the content dependencies that will be run through post process filters
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IDependencyNode[] ContentDependencies { get; }
ReadOnly Property ContentDependencies As IDependencyNode()
Get
property array<IDependencyNode^>^ ContentDependencies {
array<IDependencyNode^>^ get ();
}
abstract ContentDependencies : IDependencyNode[] with get
Property Value
Type:
IDependencyNodeSee Also Reference
IPublishingTaskInfo.PostProcessingItemsCount