Deprecated Prizm Content Connect
inlineEnvVariables Method






The xml string to search for an environmental name.
Any special xml node values indicating an environmental variable is resolved.
Syntax
'Declaration
 
Protected Function inlineEnvVariables( _
   ByVal str As System.String _
) As System.String
'Usage
 
Dim instance As ApplicationConfig
Dim str As System.String
Dim value As System.String
 
value = instance.inlineEnvVariables(str)
protected System.string inlineEnvVariables( 
   System.string str
)
protected function inlineEnvVariables( 
    str: System.String
): System.String; 
protected function inlineEnvVariables( 
   str : System.String
) : System.String;
protected: System.string* inlineEnvVariables( 
   System.string* str
) 
protected:
System.String^ inlineEnvVariables( 
   System.String^ str
) 

Parameters

str
The xml string to search for an environmental name.

Return Value

The expanded environmental value if it exists or the original string if does not.
See Also

Reference

ApplicationConfig Class
ApplicationConfig Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback