Hi. I'm just evaluating Umbraco for the first time today, so not sure if this is a version 7 specific issue, but a lack of Google result suggests it is.... anyway, I'm finding that for any existing content loaded via, say,
var content = Umbraco.TypedContent(1234);
then content.IsDraft seems always to be false, even if the given content has only been saved or previewed, without publishing.
Is this a bug, and/or is there a more effective way of getting the publish status?
IsDraft always false
Hi. I'm just evaluating Umbraco for the first time today, so not sure if this is a version 7 specific issue, but a lack of Google result suggests it is.... anyway, I'm finding that for any existing content loaded via, say,
var content = Umbraco.TypedContent(1234);
then content.IsDraft seems always to be false, even if the given content has only been saved or previewed, without publishing.
Is this a bug, and/or is there a more effective way of getting the publish status?
Thanks!
Hi Tony,
Did you find a solution? Is it actual problem?
Thanks
is working on a reply...