Sharepoint Tips
Quick tips for SharePoint and .NET.
Thursday, 20 November 2014
Getting the label value from a Taxonomy Field using CSOM
string labelValue = ((
Dictionary
<
string
,
object
>)item[
"FieldName"
])[
"Label"
].ToString();
Cheers,
HD
Tuesday, 11 November 2014
Disable Loopback Check using Powershell
Just run this command in PowerShell (check your privilegies).
New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -Value "1" -PropertyType dword
Cheers:
HD
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)