FileSerializer.SetFile Method

Sets file and file header for serialization purpose.
Protected Sub SetFile( _ 
ByVal header As FileHeader, _ 
ByVal body As FileBody
)
This language is not supported or no code example is available.
protected void SetFile( 
FileHeader header
FileBody body 
)
This language is not supported or no code example is available.

Parameters

header
FileHeader

The FileHeader.

body
FileBody

The FileBody.

Exception type Condition

EyeshotException

Thrown when the header or the body are null.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition