This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
[]
public class CmsFormCollection
Visual Basic (Declaration) Copy imageCopy Code
<> _
Public Class CmsFormCollection

The type exposes the following properties.

Public Properties

  Name Description
Public property AllKeys
Gets all the keys in the NameValueCollection.
(Overrides NameValueCollection..::AllKeys.)
Public property Count
Gets the number of key/value pairs contained in the NameObjectCollectionBase instance.
(Overrides NameObjectCollectionBase..::Count.)
Public property Item (Inherited from NameValueCollection.)
Public property Item (Inherited from NameValueCollection.)
Public property Keys
Gets a NameObjectCollectionBase..::..KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
(Overrides NameObjectCollectionBase..::Keys.)

Protected Properties

  Name Description
Protected property IsReadOnly (Inherited from NameObjectCollectionBase.)

Explicit Interface Implementations

See Also

Advanced