Click or drag to resize

SurveyControllerGetSurveyObjectLogEntries Method

Gets all log entries for a number of survey objects.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual List<LogEntry> GetSurveyObjectLogEntries(
	int surveyId,
	IEnumerable<string> objectKeys
)

Parameters

surveyId
Type: SystemInt32
objectKeys
Type: System.Collections.GenericIEnumerableString

Return Value

Type: ListLogEntry
See Also