| TextBoxControlAutoCompleteServiceMethod Property  | 
            The web service method to be called. The signature of this method must match the following: 
            [System.Web.Services.WebMethod]
            [System.Web.Script.Services.ScriptMethod]
            public string[] GetCompletionList(string prefixText, int count) { ... }
            Note that you can replace "GetCompletionList" with a name of your choice, but the return type and parameter name and type must exactly match, including case.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntaxpublic string AutoCompleteServiceMethod { get; set; }Property Value
Type: 
String
See Also