EPTBaseCSF_LookUpField Method (Int32, String, String, String) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Used for id lookups from xmlindex

Namespace: ContentStudio.Site.ActiveScripting
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected string CSF_LookUpField(
	int categoryId,
	string lookupFieldName,
	string retFieldName,
	string lookupValue
)

Parameters

categoryId
Type: SystemInt32
Category id to do the lookup for.
lookupFieldName
Type: SystemString
The field you want to use to do the lookup.
retFieldName
Type: SystemString
The field that should be returned.
lookupValue
Type: SystemString
The value that you want to query LookUpFieldName. It can be comma separated.

Return Value

Type: String
The value from the RetFieldName. If there is more than one hit it will be comma separated.
See Also

Reference