Get all Workflow Associated Lists in SharePoint 2013
You can easily get all the lists and document libraries that are associated with workflow in a SharePoint farm server. …
You can easily get all the lists and document libraries that are associated with workflow in a SharePoint farm server. …
In some cases, the registry settings for installed Applications will be available only in WoW6432Node even in 64-bit machine. So, …
When we work with 32 Application in a 64 bit machine to read registry value using WMI, we have to …
We can easily get the list of all sites and sub sites of all site collections from a Office 365 …
We can easily get the list of all site collections from a Office 365 tenant using SharePoint’s client object model …
We can easily check this by using IntPtr size. If IntPtr.size is 4 then machine running on 32 BIT OS …
In C#, we can validate a given string is a valid ip address or not by using IPAddress.TryParse method. The …
We can easily find current username in C# by using either by Environment class or WindowsIdentity. Environment.UserName – Return …
We can find an Active Directory User’s GUID and SID in C# by using the UserPrincipal class which exists under …
You can get an Active Directory User’s GUID and SID in C# by using UserPrincipal class. The UserPrincipal class exists …