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 members.

Public Constructors

  Name Description
Public method CmsFormCollection Overloaded.

Protected Constructors

  Name Description
Protected method CmsFormCollection Overloaded.

Public Methods

  Name Description
Public method Add Overloaded.
Public method Clear
Invalidates the cached arrays and removes all entries from the NameValueCollection.
(Overrides NameValueCollection..::Clear()()()().)
Public method CopyTo
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::Equals(Object).)
Public method Get Overloaded.
Public method GetEnumerator
Returns an enumerator that iterates through the NameObjectCollectionBase.
(Overrides NameObjectCollectionBase..::GetEnumerator()()()().)
Public method GetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::GetHashCode()()()().)
Public method GetKey
Gets the key at the specified index of the NameValueCollection.
(Overrides NameValueCollection..::GetKey(Int32).)
Public method GetObjectData (Inherited from NameObjectCollectionBase.)
Public method GetType (Inherited from Object.)
Public method GetValues Overloaded.
Public method HasKeys (Inherited from NameValueCollection.)
Public method OnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Overrides NameObjectCollectionBase..::OnDeserialization(Object).)
Public method Remove
Removes the entries with the specified key from the NameObjectCollectionBase instance.
(Overrides NameValueCollection..::Remove(String).)
Public method Set
Sets the value of an entry in the NameValueCollection.
(Overrides NameValueCollection..::Set(String, String).)
Public method ToString
Returns a String that represents the current Object.
(Overrides Object..::ToString()()()().)

Protected Methods

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