Class InlineObject1
InlineObject1 model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
[Preserve]
public class InlineObject1
Constructors
InlineObject1(Stream)
Creates an instance of InlineObject1.
Declaration
[Preserve]
public InlineObject1(Stream file)
Parameters
Type | Name | Description |
---|---|---|
Stream | file | File content |
Properties
File
File content
Declaration
[Preserve]
public Stream File { get; }
Property Value
Type | Description |
---|---|
Stream |