Class CourseActivityUrlModified
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
Properties
ActivityId
public Guid ActivityId { get; set; }
Property Value
Target
public string Target { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
Url
public string Url { get; set; }