Skip to main content

%Net.LDAP.Client.StringList

class %Net.LDAP.Client.StringList extends %Library.RegisteredObject

WARNING: This Class and its methods has been deprecated, please use the %SYS.LDAP class.


Maintain a list of strings, (Used by %Net.LDAP.Client.Session.Search() method) This class cannot be %New()'d. Use the %Net.LDAP.Client.Session.GetStringList() method.

Method Inventory

Methods

method Insert(value As %CacheString) as %Boolean
Append a string or contents of an abstract iterator to this string list.
method InsertStr(v... As %String) as %Boolean
Append up to n optional string(s) to this list.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab