PagePorter Class Library

Metadata.GetValueVti Method 

Returns the value of a variable in the collection using a vti-encoded string.

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

Parameters

name
The name of the variable.

Return Value

The value of the variable as a vti-encoded string, or null if it doesn't exist.

See Also

Metadata Class | Parastream.Web.MsFrontPage Namespace