Horje
don't want to update revision while updating field by code in sitecore c# Code Example
don't want to update revision while updating field by code in sitecore c#
bool silent = true;
bool updateStatistics = false;

using (SecurityDisabler disabler = new SecurityDisabler())
{
    using (new EditContext(item, updateStatistics, silent))
    {
        item["ShortHeadline"] = item["Title"];    
    }
}




Csharp

Related
unity draw waypoins path Code Example unity draw waypoins path Code Example
read administrator account remote machine C# Code Example read administrator account remote machine C# Code Example
how to mock abstract httpcontext using moq .net core Code Example how to mock abstract httpcontext using moq .net core Code Example
get file id from mongodb without objectid using c# Code Example get file id from mongodb without objectid using c# Code Example
unity draw waypoints path Code Example unity draw waypoints path Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9