| 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
Syntaxpublic virtual List<LogEntry> GetSurveyObjectLogEntries(
int surveyId,
IEnumerable<string> objectKeys
)
Parameters
- surveyId
- Type: SystemInt32
- objectKeys
- Type: System.Collections.GenericIEnumerableString
Return Value
Type:
ListLogEntry
See Also