www.kevincornwell.com

Archive



Cannot get the list schema column property from the SharePoint List

This entry has been moved to mySharePointBlog.com. Go here.


Post Comment Now


Workaround For SharePoint Group Email Limits

This entry has been moved to mySharePointBlog.com. Go Here.


Comments Off


ASP.NET – Test NTFS Directory Access
    protected void Page_Load(object sender, EventArgs e)
    {
 
        // Show admin link if they have access to the admin directory. //
 
        hyperLinkAdmin.Visible = hasAccessToDir("admin");
    }
 
    protected bool hasAccessToDir(string dir)
    {
        return System.IO.Directory.Exists(MapPath(dir));
    }

Post Comment Now


Blog | Contact | Gallery | Links | Google Latitude (location) | Music | Sandbox | Search | SharePoint | Social Networking | Software | Weather | Web Design


Copyright © 1997-2009 KCSH. All rights reserved.