Click or drag to resize
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.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use methods from BizFormItemProvider instead of this property.")]
public IInfoObjectCollection Items { get; }

Property Value

Type: IInfoObjectCollection
See Also