Click or drag to resize
IActivityUrlService Interface
Provides methods to get correct URL and URL referrer to insert in IActivityInfo.

Namespace: CMS.Activities
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 10.0.0
Syntax
C#
public interface IActivityUrlService

The IActivityUrlService type exposes the following members.

Methods
  NameDescription
Public methodGetActivityUrl
Gets URL of request the activity was logged for.
Public methodGetActivityUrlReferrer
Gets URL referrer of request the activity was referred from.
Top
See Also