Click or drag to resize
BaseRESTServiceGetItemUri Method
Returns Item Uri according to pattern.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
protected static Uri GetItemUri(
	string pattern,
	DataRow dr,
	ExportObjectSettings settings
)

Parameters

pattern
Type: SystemString
Pattern with macros
dr
Type: System.DataDataRow
DataRow with object data
settings
Type: CMS.DataEngineExportObjectSettings
Export settings

Return Value

Type: Uri
See Also