Table of Contents

Class DocumentProcedures.PutImageParameters

Namespace
The.Documents
Assembly
Instagile.dll
[MessagePackObject(true)]
public record DocumentProcedures.PutImageParameters : IEquatable<DocumentProcedures.PutImageParameters>
Inheritance
DocumentProcedures.PutImageParameters
Implements
Inherited Members

Constructors

PutImageParameters(AttachedStream, string, string, int, int, Guid?, DocumentAccessAssertion?, DocumentAccessRule)

public PutImageParameters(AttachedStream Data, string OriginalFilename, string MimeType, int Width, int Height, Guid? ThumbnailFor, DocumentAccessAssertion? ThumbnailAccess, DocumentAccessRule Rule)

Parameters

Data AttachedStream
OriginalFilename string
MimeType string
Width int
Height int
ThumbnailFor Guid?
ThumbnailAccess DocumentAccessAssertion
Rule DocumentAccessRule

Properties

Data

public AttachedStream Data { get; init; }

Property Value

AttachedStream

Height

public int Height { get; init; }

Property Value

int

MimeType

public string MimeType { get; init; }

Property Value

string

OriginalFilename

public string OriginalFilename { get; init; }

Property Value

string

Rule

public DocumentAccessRule Rule { get; init; }

Property Value

DocumentAccessRule

ThumbnailAccess

public DocumentAccessAssertion? ThumbnailAccess { get; init; }

Property Value

DocumentAccessAssertion

ThumbnailFor

public Guid? ThumbnailFor { get; init; }

Property Value

Guid?

Width

public int Width { get; init; }

Property Value

int