'Declaration
Function SetSessionsNew( _ ByVal sessionIds As IList(Of Guid), _ ByVal isNew As Boolean _ ) As Boolean
bool SetSessionsNew( IList<Guid> sessionIds, bool isNew )
Parameters
- sessionIds
- The sessions to affect
- isNew
- True to mark the sessions as new, false to mark them as not new.
Return Value
True if a session was changed, false otherwise.