Class InlineObject
InlineObject model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
[Preserve]
public class InlineObject
Constructors
InlineObject(Stream)
Creates an instance of InlineObject.
Declaration
[Preserve]
public InlineObject(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 |