IContentItemVersionQuickEditableFields Method
|
Retrieves the collection of fields, that represents the version object
and contains the summary of the version
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IElement> QuickEditableFields()
Function QuickEditableFields As IEnumerable(Of IElement)
IEnumerable<IElement^>^ QuickEditableFields()
abstract QuickEditableFields : unit -> IEnumerable<IElement>
Return Value
Type:
IEnumerableIElementCollection of summary fields
See Also