'Declaration Public Overloads Shared Function Deserialize( _
ByVal filenameThe name of file that contains serialized object in the XML format.As System.String _
) As FormPageTemplate
public static FormPageTemplate Deserialize(
System.String filename
)
public: static FormPageTemplate* Deserialize(
System.String filename
)
public:
static FormPageTemplate^ Deserialize(
System.String filename
)
Parameters
- filename
- The name of file that contains serialized object in the XML format.
Return Value
The deserialized object.