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.CoreAssembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic string ExpandSharedProperties(
string input
)
Public Function ExpandSharedProperties (
input As String
) As String
public:
String^ ExpandSharedProperties(
String^ input
)
member ExpandSharedProperties :
input : string -> string
Parameters
- input
- Type: SystemString
Text to expand shared properties in.
Return Value
Type:
StringThe expanded text.
See Also