CSALDatabase FindLessonNames Method | CSAL Mongo Access Library |
Return a dictionary of Lesson ID => Lesson Short Names - note that
lessons represent human-created content, so this should be a fairly
low-effort method
Namespace: CSALMongoAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<string, string> FindLessonNames()
public Dictionary<string, string> FindLessonNames()
Public Function FindLessonNames As Dictionary(Of String, String)
Public Function FindLessonNames As Dictionary(Of String, String)
public: Dictionary<String^, String^>^ FindLessonNames()
public: Dictionary<String^, String^>^ FindLessonNames()
Return Value
Type: Dictionary String, StringAll lesson names
See Also