You are here: Using SOAP > v2006.1 services > Content Finder > Content Finder v2006.1 methods

Content Finder v2006.1 methods

Content Finder is also available through the ArcWeb site (Build tab).

getAvailableAttributes(contentType:string, token:string):AttributeDesc[]

getAvailableServices(token:string):string[]

getDependentContent(contentFinderRecordID:ContentFinderRecordID, token:string):ContentFinderRecord[]

getRecord(contentFinderRecordID:ContentFinderRecordID, token:string):ContentFinderRecord

getSubContent(contentFinderRecordID:ContentFinderRecordID, token:string):ContentFinderRecord[]

getUniqueValues(contentType:string, attributeName:string, token:string):string[]

getVersion:string

searchRecords(contentFinderSearchOptions:ContentFinderSearchOptions, token:string):ContentFinderResultSet

getAvailableAttributes

Returns the metadata fields for a data file, layer, or data source.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/ContentFinder

Input

Name

Type

Valid values

contentType

string

"DataFile", "Layer", or "DataSource"

token

string

Authentication token

Output

AttributeDesc[]

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

getAvailableServices

Returns the available ArcWeb services to use in the object ContentFinderSearchOptions.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/ContentFinder

Input

Name

Type

Valid values

token

string

Authentication token

Output

string[]

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

getDependentContent

Returns the layers that use the specified data file or the data sources that use the specified layer.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/ContentFinder

Input

Name

Type

Valid values

contentFinderRecordID

ContentFinderRecordID

ContentFinderRecordID parameters

token

string

Authentication token

Output

ContentFinderRecord[]

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

getRecord

Returns a metadata record.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/ContentFinder

Input

Name

Type

Valid values

contentFinderRecordID

ContentFinderRecordID

ContentFinderRecordID parameters

token

string

Authentication token

Output

ContentFinderRecord[]

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

getSubContent

Returns data files in the specified layer or the layers in the specified data source.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/ContentFinder

Input

Name

Type

Valid values

contentFinderRecordID

ContentFinderRecordID

ContentFinderRecordID parameters

token

string

Authentication token

Output

ContentFinderRecord[]

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

getUniqueValues

Returns a unique value for each specified data file, layer, or data source attribute.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/ContentFinder

Input

Name

Type

Valid values

contentType

string

"DataFile", "Layer", or "DataSource"

attributeName

string

Name of the metadata field that contains the unique values.

token

string

Authentication token

Output

string[]

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

getVersion

Returns the version number of Content Finder Web Service.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/ContentFinder

Output

string

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET

searchRecords

Returns a list of records that match the search criteria.

Endpoint URL

http://www.arcwebservices.com/services/v2006_1/ContentFinder

Input

Name

Type

Valid values

contentFinderSearchOptions

ContentFinderSearchOptions

ContentFinderSearchOptions parameters

token

string

Authentication token

Output

ContentFinderResultSet

Code examples

C#.NET

ColdFusion

Java

Visual Basic .NET


Visit the Feedback page to give comments or suggestions about the ArcWeb Developer's Guide.

ArcWeb site | ArcWeb support | support.esri.com

Copyright © ESRI