PostPublishContentProcessingEventArgsOutput Property
|
Namespace:
Ingeniux.CMS.Event
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public IEnumerable<IContentProcessNodeWithAdditionalOutput> Output { get; set; }
Public Property Output As IEnumerable(Of IContentProcessNodeWithAdditionalOutput)
Get
Set
public:
property IEnumerable<IContentProcessNodeWithAdditionalOutput^>^ Output {
IEnumerable<IContentProcessNodeWithAdditionalOutput^>^ get ();
void set (IEnumerable<IContentProcessNodeWithAdditionalOutput^>^ value);
}
member Output : IEnumerable<IContentProcessNodeWithAdditionalOutput> with get, set
Property Value
Type:
IEnumerableIContentProcessNodeWithAdditionalOutputSee Also