Click or drag to resize

INumbers Interface

INumbers Interface - get/set number sequences

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public interface INumbers

The INumbers type exposes the following members.

Properties
  NameDescription
Public propertyIsActive
Public propertyValue
Top
Methods
  NameDescription
Public methodAdd
Add - creates a new counter for a field. e.g: Add('contact.number2')
Public methodGetNext
GetNext - allocates one number in the sequence for the given field
Public methodRemove
Remove - removes a counter from a field
Top
See Also