How can I get Publish at/Remov开发者_开发百科e at date using C# in Umbraco?You just need to access the ReleaseDate and ExpireDate of the Document object.
I have created a doctype in umbraco which has one of the following property: Property - Case study link
The rundown is we currently have a site based on Umbraco v4.6.1 with its list of members and would like to integrate those members into our Sitecore v6.5 instance under its own domain using the standa
I am impleme开发者_JS百科nting a razor contact form on Umbraco CMS, which includes inline C# script to create and send an email using .Net\'s MailMessage.The end user now needs to be able to upload a
This is a problem I get when trying to install Umbraco. I know that Umbraco has its own forum, but they have just moved it to another url, and I can not seem to be able to post a question there. So I
I tried posting this to the ServerFault forum, but maybe StackOverflow is the right place. I wish to try Umbraco CMS 5.0 CTP 1 since it has a good reputation.
So I have an umbraco setup with a \'content\' root node and then a \'home\' node under that. Under the \'home\' node is the content and the URLs are the name of those nodes for example I have a \'abou
Folks, I have written a .Net Generic Event Handler to respond to JavaScript requests using JSON responses.All of that will be great(I think), but I need to figure out how to access the Content Nodes
I am trying to do this: myIEnumberable = myIEnumberable .Where(myFunc(moveInDate, r => r.GetPropertyAsDateTime(\"date\")) == true);
I\'ve got the following XSLT code which lists out the folders and their file items from a specified node.