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

Gets the details of a particular notice.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void GetNoticeDetail(
	int messageId,
	ref string noticeDesc,
	ref DateTime fromDate,
	ref DateTime toDate
)
Visual Basic (Declaration)
Public Sub GetNoticeDetail ( _
	messageId As Integer, _
	ByRef noticeDesc As String, _
	ByRef fromDate As DateTime, _
	ByRef toDate As DateTime _
)
Visual C++
public:
void GetNoticeDetail(
	int messageId, 
	String^% noticeDesc, 
	DateTime% fromDate, 
	DateTime% toDate
)

Parameters

messageId
Type: System..::.Int32
The ID of the notice for which the details are to be obtained.
noticeDesc
Type: System..::.String%
Notice Description
fromDate
Type: System..::.DateTime%
The datetime from which the notice becomes Active.
toDate
Type: System..::.DateTime%
The datetime up to which the notice is Active.

See Also