Table of Contents

Class CourseActivityUrlModified

Namespace
InSite.Domain.Courses
Assembly
Shift.Sdk.dll
public class CourseActivityUrlModified : Change, IChange
Inheritance
CourseActivityUrlModified
Implements
Inherited Members
Extension Methods

Constructors

CourseActivityUrlModified(Guid, string, string, string)

public CourseActivityUrlModified(Guid activityId, string url, string target, string type)

Parameters

activityId Guid
url string
target string
type string

Properties

ActivityId

public Guid ActivityId { get; set; }

Property Value

Guid

Target

public string Target { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

Url

public string Url { get; set; }

Property Value

string