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