Ever wondered if there is any way to add additional zone to the list of URL Zones in SharePoint Central Administration? Sorry guys, no way. It is actually a predefined enumeration defined in Microsoft.SharePoint.dll
public enum SPUrlZone { Default, Intranet, Internet, Custom, Extranet }
No comments:
Post a Comment