Click or drag to resize
QueryParametersBase<TParent>.Expand Method
Expands the expression by replacing parameters with their values

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public virtual string Expand(
	string expression
)

Parameters

expression
Type: System.String
Expression to expand

Return Value

Type: String

Implements

IQueryParameters.Expand(String)
See Also