Click or drag to resize
ActivityDtoToActivityInfo Method
Creates new instance of ActivityInfo from the current ActivityDto.

Namespace: CMS.Activities.Internal
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 10.0.0
Syntax
C#
public ActivityInfo ToActivityInfo()

Return Value

Type: ActivityInfo
ActivityInfo created from current ActivityDto
Remarks
This method should be used with caution. Once called, the result should not take any part in performance critital methods.
See Also