Click or drag to resize
UpdateContextExpandSharedProperties Method
Expands any shared properties (delimited by $) to their values in the specified text. Use $$ to indicate a $ outside a shared property name.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public string ExpandSharedProperties(
	string input
)

Parameters

input
Type: SystemString
Text to expand shared properties in.

Return Value

Type: String
The expanded text.
See Also