[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ActivityManager class.

Namespace:  CWR.MSCRM.Mobile.Client.BL
Assembly:  CWR.MSCRM.Mobile.Client.BL (in CWR.MSCRM.Mobile.Client.BL.dll)
Version: 4.0.0.7

Syntax

C#
public ActivityManager(
	string entityName
)
Visual Basic (Declaration)
Public Sub New ( _
	entityName As String _
)

Parameters

entityName
Type: System..::.String

[Missing <param> documentation for "entityName"]

See Also