Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- C# HttpClient POST or PUT Json with content type application/json
- C# get results from Task.WhenAll
- C# Get expiry timestamp from JWT token
- Run tasks in parallel using .NET Core, C# and async coding
- Handling "415 Unsupported Media Type" in .NET Core API
- Using C# HttpClient from Sync and Async code
- ASP.Net Core API - "'s' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0."
Archive
Meta
Tag Archives: SecurityDisabler
Sitecore LinkField TargetItem is NULL – what’s wrong?
An ancient topic, that pops up once or twice every year. The TargetItem of Sitecore.Data.Links.LinkField returns NULL and you are CERTAIN that the item is published. What to do? CASE 1: THERE IS SECURITY SET ON THE TARGETITEM Items where … Continue reading
Posted in .net, c#, General .NET, Sitecore, Sitecore 6, Sitecore 7, Sitecore 8, Sitecore 9
Tagged LinkField, LinkManager, SecurityDisabler, Sitecore, TargetItem
Leave a comment
Create and publish items in Sitecore
UPDATE 2019-09-13: There is a new publishing method. Read Sitecore Publish Items using the PublishManager for an improved publish method. Sometimes Sitecore blogs tend to forget to describe the (for the experienced user) trivial tasks and jump right into the advanced (and … Continue reading
Posted in c#, General .NET, Sitecore 6
Tagged BeginEdit, CancelEdit, EndEdit, Publish, SecurityDisabler, Sitecore
29 Comments