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

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

Parameters

pattern
Type: System.String
Pattern with macros
dr
Type: System.Data.DataRow
DataRow with object data
settings
Type: CMS.DataEngine.ExportObjectSettings
Export settings

Return Value

Type: Uri
See Also