You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Search Namespace > Classes > SearchManager Class > SearchManager Methods > Search Method > Search
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
SearchManager.Search Method (MapRequestData, HttpContext, Integer, Integer, Integer)

Map search for retrieving geographical content from CMS400.Net site. 

This function has two additional overloads.

C#
public MapResponseData[] Search(MapRequestData mapReqData, HttpContext context, int index, int count, ref int resultCount);
Visual Basic
Public Function Search(ByVal mapReqData As MapRequestData, ByVal context As HttpContext, ByVal index As Integer, ByVal count As Integer, ByRef resultCount As Integer) As MapResponseData()
Parameters 
Description 
mapReqData 
Search criteria bundled in a MapRequestData object. 
context 
The current Http request. 
index 
Page number. 
count 
Page size. 
resultCount 
Number of records returned. 

Array of MapResponseData - content satisfying location criteria

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!