dbicCalendar Send comments on this topic.
dbiLocationItem Constructor(String,String)
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiLocationItem Class > dbiLocationItem Constructor : dbiLocationItem Constructor(String,String)

strTitle
The name of the location.
strEntryID
The EntryID of the location.
Initializes a new instance of the dbiLocationItem class

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal strTitle As String, _
   ByVal strEntryID As String _
)
C# 
public dbiLocationItem( 
   string strTitle,
   string strEntryID
)

Parameters

strTitle
The name of the location.
strEntryID
The EntryID of the location.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also