Table of Contents

Class DocumentProcedures.PutFileParameters

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

Constructors

PutFileParameters(AttachedStream, string, string, DocumentAccessRule)

public PutFileParameters(AttachedStream Data, string OriginalFilename, string MimeType, DocumentAccessRule Rule)

Parameters

Data AttachedStream
OriginalFilename string
MimeType string
Rule DocumentAccessRule

Properties

Data

public AttachedStream Data { get; init; }

Property Value

AttachedStream

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