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

Returns the hashtable related to the system template. This hashtable returns all the keys and values.

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

Syntax

C#
public Hashtable GetSystemTemplateValues(
	int eventId,
	int userId,
	int groupId,
	int announceId,
	int forumId,
	int topicId,
	int replyId,
	int userDetailId,
	int pollId,
	TemplateMailInfo tmi
)
Visual Basic (Declaration)
Public Function GetSystemTemplateValues ( _
	eventId As Integer, _
	userId As Integer, _
	groupId As Integer, _
	announceId As Integer, _
	forumId As Integer, _
	topicId As Integer, _
	replyId As Integer, _
	userDetailId As Integer, _
	pollId As Integer, _
	tmi As TemplateMailInfo _
) As Hashtable
Visual C++
public:
Hashtable^ GetSystemTemplateValues(
	int eventId, 
	int userId, 
	int groupId, 
	int announceId, 
	int forumId, 
	int topicId, 
	int replyId, 
	int userDetailId, 
	int pollId, 
	TemplateMailInfo^ tmi
)

Parameters

eventId
Type: System..::.Int32
The unique id of the event, -1 if it is not available
userId
Type: System..::.Int32
The unique id of the user, -1 if not available
groupId
Type: System..::.Int32
The unique id of the group, -1 if not available
announceId
Type: System..::.Int32
The unique id of the announcement
forumId
Type: System..::.Int32
The unique id of the forum
topicId
Type: System..::.Int32
the unique id of the topic
replyId
Type: System..::.Int32
The unique id of the reply value
userDetailId
Type: System..::.Int32
The unique id of the user detail
pollId
Type: System..::.Int32
The unique id of the polls
tmi
Type: OfficeClip.BusinessLayer.Template..::.TemplateMailInfo

Return Value

See Also