%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 %RawString) as %Boolean
Append a string or contents of an abstract iterator to this string list.
Append up to n optional string(s) to this list.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()