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