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