BizFormInfoItems Property |
Note: This API is now obsolete.
Returns the form items. Result of this property is not cached.
Use
BizFormItemProvider if you need more advanced way for obtaining the form items.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 10.0.0
Syntax [ObsoleteAttribute("Use methods from BizFormItemProvider instead of this property.")]
public IInfoObjectCollection Items { get; }
Property Value
Type:
IInfoObjectCollectionSee Also