You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if anyone else has seen this, but I am unable to get DateCreated for Comments
In the Mapper.cs the method
internal static Comment Comment(XmlRpcComment input)
the value
input.dateCreated = {01/01/0001 00:00:00}
This works fine for the Post just not for Comments, my fear is that it could be an issue within "CookComputing.XmlRpcV2" but would like to be wrong and that there is an easy fix for it.
The text was updated successfully, but these errors were encountered:
Not sure if anyone else has seen this, but I am unable to get DateCreated for Comments
In the Mapper.cs the method
internal static Comment Comment(XmlRpcComment input)
the value
input.dateCreated = {01/01/0001 00:00:00}
This works fine for the Post just not for Comments, my fear is that it could be an issue within "CookComputing.XmlRpcV2" but would like to be wrong and that there is an easy fix for it.
The text was updated successfully, but these errors were encountered: