ITransitionActions Property
|
Gets the collection of
Actions in this transition.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IAction> Actions { get; }
ReadOnly Property Actions As IEnumerable(Of IAction)
Get
property IEnumerable<IAction^>^ Actions {
IEnumerable<IAction^>^ get ();
}
abstract Actions : IEnumerable<IAction> with get
Property Value
Type:
IEnumerableIActionSee Also