Table of Contents

Class RenameAttachmentFile

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

Constructors

RenameAttachmentFile(Guid, string, string)

public RenameAttachmentFile(Guid aggregate, string oldFileName, string newFileName)

Parameters

aggregate Guid
oldFileName string
newFileName string

Properties

NewFileName

public string NewFileName { get; set; }

Property Value

string

OldFileName

public string OldFileName { get; set; }

Property Value

string