TodoList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TodoList() |
Initializes a new instance of the TodoList class. |
TodoList(Guid, String, String) |
Initializes a new instance of the TodoList class. |
TodoList()
Initializes a new instance of the TodoList class.
public:
TodoList();
public TodoList ();
Public Sub New ()
Applies to
TodoList(Guid, String, String)
Initializes a new instance of the TodoList class.
public:
TodoList(Guid appId, System::String ^ appName, System::String ^ initString);
public TodoList (Guid appId, string appName, string initString);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.TodoList : Guid * string * string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.TodoList
Public Sub New (appId As Guid, appName As String, initString As String)
Parameters
- appId
- Guid
Specifies the application ID.
- appName
- String
Specifies the application name.
- initString
- String
Specifies the initialization string.