umbraco
Umbraco - How can I get Publish at/Remove at date using C#
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.[详细]
2023-04-05 03:20 分类:问答umbraco.library.NiceUrl() returns error when passing a content node id
I have created a doctype in umbraco which has one of the following property: Property - Case study link[详细]
2023-04-05 00:37 分类:问答Problem integrating members from an Umbraco site into Sitecore using the UmbracoMembershipProvider
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[详细]
2023-04-04 12:43 分类:问答Razor form - upload and attach to email
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[详细]
2023-04-04 06:47 分类:问答Umbraco installation problem. Can not install starter kit. The key was not present in the dictionary
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[详细]
2023-04-02 20:43 分类:问答Umbraco CMS 5.0 CTP 1 installation skip some steps and does not populate DB
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.[详细]
2023-04-01 07:45 分类:问答Umbraco url's displaying home node in one node, sometimes
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[详细]
2023-03-31 00:59 分类:问答Using a Generic Event Handler to Access Conent Nodes in Umbraco
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[详细]
2023-03-30 17:30 分类:问答LINQ using a function inside a Where clause?
I am trying to do this: myIEnumberable = myIEnumberable .Where(myFunc(moveInDate, r => r.GetPropertyAsDateTime(\"date\")) == true);[详细]
2023-03-30 17:13 分类:问答XSLT xsl:apply-templates Conditional Syntax
I\'ve got the following XSLT code which lists out the folders and their file items from a specified node.[详细]
2023-03-29 03:05 分类:问答