PagePorter Class Library

WebMetadata.GetSubstitutionValue Method 

Gets the value of a substitution variable, used by the FpSubstitution control.

[Visual Basic]
Public Function GetSubstitutionValue( _
   ByVal name As String _
) As String
[C#]
public string GetSubstitutionValue(
   string name
);

Parameters

name
The name of the variable.

Return Value

The value of the substitution variable, or null if it doesn't exist or isn't a string.

See Also

WebMetadata Class | Parastream.Web.MsFrontPage Namespace