Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FileSerializer Class / Content Property

In This Topic
    Content Property (FileSerializer)
    In This Topic
    Gets or sets the contentType for deserialization purpose. During the serialization process, it is internally initialized with the FileHeader.Content.
    Syntax
    'Declaration
     
    Public Property Content As contentType
    public contentType Content {get; set;}
    Remarks
    When the content type changes, the Serializer.Model is reset to null. If needed, you can call Serializer.InitializeModel to re-initialize it.
    See Also