Click or drag to resize

UDSections Class

The UDSections collection is a sorted set of UDSection objects, where each element represents a section in the user dictionary.
Inheritance Hierarchy
SystemObject
  OmniPageCSDK.IproPlusIproPlusClass
    OmniPageCSDK.IproPlusUDSections

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class UDSections : IproPlusClass, IDisposable

The UDSections type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of UDSection objects located in the collection.
Top
Methods
  NameDescription
Public methodAdd
This method adds a new section to the active user dictionary.
Public methodDispose
Releases all resources used by the UDSections
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested UDSection object from the collection.
Public methodRemove
This method will delete the specified UDSection from the user dictionary together with all its words and other content.
Public methodRemoveAll
This method deletes all sections from the active user dictionary.
Top
See Also