This code returns null
:
session.Binding.GetRepositoryService()
.GetRepositoryInfo(session.RepositoryInfo.Id, null).LatestChangeLogToken
on an Alfresco Community 4.2.e server, just after I turned on ChangeLog and restarted. Before enabling ChangeLog, I had been using this server and adding files, if that matters.
Is this normal? Is it because I have not touched any file since enabling ChangeLog?
Are there any other situations where a null
output is normal?
After I add a document, the result is not null
anymore.