Our code needs to retrieve a Media Library Item itself when only its URL is given
Archive for the ‘Sitecore Developer Network’ Category
Retrieving a Media Library Item itself when only its URL is given
On December - 29 - 2008
Create an Item and associate it with the layout programmatically
On December - 29 - 2008
We have created a layout. Now our code needs to create an Item and associate it with the layout programmatically
Sitecore Code Snippets
Creating a Template Based on a Specified Template Programmatically
On December - 29 - 2008
Our code needs to create a template based on a specified template programmatically
Sitecore Code Snippets
Clearing security on an object and granting read and write permissions to a specific user
On December - 29 - 2008
Our code needs to clear security on an object, then grant read and write permissions to a specific user
Sitecore Code Snippets
Using Active Directory security credentials to autologin to Sitecore client with LDAP module functionality via the API
On December - 29 - 2008
Our code needs to login a user to the Sitecore client with LDAP module functionality using the Active Directory security credentials via the API
Sitecore Code Snippets
Check whether every User has read/write access rights to an Item
On December - 29 - 2008
Our code needs to check whether every User has read/write access rights to an Item
Sitecore Code Snippets
Creating Media Items in Database
On December - 29 - 2008
Our code needs to create media items in database.
Sitecore Code Snippets
Adding an Administrator User programmatically
On December - 29 - 2008
Our code needs to add an Administrator User programmatically
Sitecore Code Snippets
Allowing a user to create (delete, rename) items
On December - 29 - 2008
The Problem: It is needed to allow a user to create (delete, rename) items.
Sitecore Code Snippets
Detect whether an Item is a User
On December - 29 - 2008
Our code needs to detect whether an Item is a User.