Table of Contents

Class ModifyCourseModuleImage

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

Constructors

ModifyCourseModuleImage(Guid, Guid, string)

public ModifyCourseModuleImage(Guid courseId, Guid moduleId, string image)

Parameters

courseId Guid
moduleId Guid
image string

Properties

Image

public string Image { get; set; }

Property Value

string

ModuleId

public Guid ModuleId { get; set; }

Property Value

Guid