'Declaration Public Overloads Shared Sub Serialize( _
ByVal filenameThe name of file where the FormDocumentTemplate must be serialized.As System.String, _
ByVal documentThe FormDocumentTemplate to serialize.As FormDocumentTemplate _
)
public static void Serialize(
System.String filename,
FormDocumentTemplate document
)
public: static void Serialize(
System.String filename,
FormDocumentTemplate* document
)
public:
static void Serialize(
System.String filename,
FormDocumentTemplate^ document
)
Parameters
- filename
- The name of file where the FormDocumentTemplate must be serialized.
- document
- The FormDocumentTemplate to serialize.