Table of Contents

Class RenameCourseModule

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

Constructors

RenameCourseModule(Guid, Guid, string)

public RenameCourseModule(Guid courseId, Guid moduleId, string moduleName)

Parameters

courseId Guid
moduleId Guid
moduleName string

Properties

ModuleId

public Guid ModuleId { get; set; }

Property Value

Guid

ModuleName

public string ModuleName { get; set; }

Property Value

string