Count | Returns number of members in a collection. |
Item | Returns a specific member of a collection. |
CategoryID | Returns unique category ID for a DtoCategory. |
Name | Returns name of the category |
Session | Returns session of the category |
LicenseManager | DtoLicenseMgr object |
License | A valid license key to authorize on the engine you are currently connected to with a DtoSession object. |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |
LicenseManager | DtoLicenseMgr object |
License | A valid license key to deauthorize from the engine you are currently connected to with a DtoSession object. |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |
LicenseManager | DtoLicenseMgr object |
result | Returns a list of products, in an XML formatted string. |
LicenseManager | DtoLicenseMgr object |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |
Count | Returns number of members in a collection. |
Item | Returns a specific member of a collection. |
AllPossibleSelections | Returns DtoSelectionItems Collection or DtoSelectionItem Object representing all the possible items in a single or multiple type setting. This property is only valid for a setting with property Type of 'dtoSingleSelection' or 'dtoMultiSelection', which corresponds to property TypeNames of 'Single Selection' and 'Multiple Selection'. |
Category | Returns DtoCategory object associated with this setting. |
DefaultValue | Returns default value for the setting. The returned value is a variant based on the Type of the setting. A Type of Single selection returns a DtoSelectionItem object. A Type of Multiple selection returns a DtoSelectionItems collection. |
Factor | Returns factor value of the setting. For example, many settings are stored by Zen in bytes, but for the purpose of changing the setting the user might input a value in kilobytes. If a setting returned 16384 for the Value property and the Factor property returned 1024, your program should divide 16384 by 1024 and return 16 to the user. Then query the FactorString property to get the new units. In this case, it would be kilobytes. Before setting the Value property , you should multiply the user-supplied value by Factor. |
FactorString | Returns units for the Value property adjusted for the Factor property. For example, if the UnitString property returns "bytes," the FactorString property will return "kbytes," and Factor property will return "1024". |
FalseString | Returns false value for a Boolean type setting. This property is only valid for a Boolean type setting. Use the Type property to determine if the setting is Boolean. |
Help | Returns help text associated with a setting. |
IsClient | Returns a Boolean of whether the setting is applicable to Zen Client or Enterprise Server. True = Client False = Server |
Max | Returns maximum value of a Long type setting. This property is only valid for a Long type setting. Use the Type property to determine if the setting is Long. If this property returns a negative number, interpret it as follows: /* Maximum valid memory or disk size */P_MAX_MEM_DISK_SIZE -129 /* Maximum size limited by available disk space */P_MAX_LIMITED_BY_DISK -2 /* Maximum size limited by available memory */P_MAX_LIMITED_BY_MEMORY -1 |
Min | Returns minimum value of a Long type setting. This property is only valid for a Long type setting. Use the Type property to determine if the setting is Long. This property returns -1 if the property is not applicable. |
Name | Returns name of the setting. |
Rank | Returns rank of a setting. The rank groups settings according to whether they apply to advanced users only. 0 = Normal 1 = Advanced |
Session | Returns session associated with this object. |
SettingID | Returns unique identifier for a setting. |
TrueString | Returns true value for a Boolean type setting. This property is only valid for a Boolean type setting. Use the Type property to determine if the setting is Boolean. |
Type | Returns setting type (Setting Type enumeration) 0 = Boolean 1 = Long 2 = String 3 = Single selection 4 = Multiple selection |
TypeName | Returns setting type in string form Boolean Long String Single selection Multiple selection |
UnitString | Returns measure of a long type setting. For example: seconds, bytes To adjust the Value for a more user-friendly range of values, use the Factor and FactorString properties. |
Value | Gets or sets the value of a setting. The returned value is a variant based on the Type of the setting. A Type of Single selection returns a DtoSelectionItem object. A Type of Multiple selection returns a DtoSelectionItems collection. When setting this property for a Long type setting, check to see that the value is within the limits for the particular setting by querying the Min and Max properties. |
Count | Returns number of members in a collection. |
Item | Returns a specific member of a collection. |
Collection | DtoSelectionItems Collection to which to add object. |
Object | A DtoSelectionItem object that you want to add. |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |
Collection | DtoSelectionItems collection |
id | The id of the item you wish to retrieve from the collection. The id for a particular selection item can be obtained with the ItemId property of the DtoSelectionItem object. |
my_selection_item | DtoSelectionItem Object corresponding to id. |
Collection | DtoSelectionItems collection |
item | Variant that can contain the index (starting with 1) of the item you wish to remove from the collection or the name of the selection item. |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |
ItemID | Returns unique ID of a selection item. |
Setting | Returns setting to which this selection item applies. |
String | Returns value of a selection item. |
Status | Returns status of a service. You must pass the service of which you want the status: dtoServiceTransactional dtoServiceRelational dtoServiceIDS |
StatusString | Returns string representation of the current status. |
Services | DtoServices object |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |
Services | DtoServices object |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |
Services | DtoServices object |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |
Services | DtoServices object |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |
Services | DtoServices object |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |
Services | DtoServices object |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |
Services | DtoServices object |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |
Services | DtoServices object |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |
Services | DtoServices object |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |