Table of Contents

Class ChangeAttachment

Namespace
InSite.Application.Banks.Write
Assembly
Shift.Sdk.dll
public class ChangeAttachment : Command, ICommand
Inheritance
ChangeAttachment
Implements
Inherited Members
Extension Methods

Constructors

ChangeAttachment(Guid, Guid, string, ContentTitle, AttachmentImage)

public ChangeAttachment(Guid bank, Guid attachment, string condition, ContentTitle content, AttachmentImage image)

Parameters

bank Guid
attachment Guid
condition string
content ContentTitle
image AttachmentImage

Properties

Attachment

public Guid Attachment { get; set; }

Property Value

Guid

Condition

public string Condition { get; set; }

Property Value

string

Content

public ContentTitle Content { get; set; }

Property Value

ContentTitle

Image

public AttachmentImage Image { get; set; }

Property Value

AttachmentImage