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

Gets the notes to be shown on the history

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static string GetHistoryNotes(
	int historyActionId,
	string title,
	string comment
)
Visual Basic (Declaration)
Public Shared Function GetHistoryNotes ( _
	historyActionId As Integer, _
	title As String, _
	comment As String _
) As String
Visual C++
public:
static String^ GetHistoryNotes(
	int historyActionId, 
	String^ title, 
	String^ comment
)

Parameters

historyActionId
Type: System..::.Int32
The action id for the history
title
Type: System..::.String
The title of the history
comment
Type: System..::.String
The comments for the history

Return Value

The history note string

See Also