Monday, April 27, 2009

Get user Permission from file or folder in asp.net

Here I have upload the sample example to get the specific user permission on a specified file or folder. To get the permission I have created a function
public string GetDirectoryAccessControlInformation(string objectPath, string userName)
{
---------------------
}

Where we have to pass the file/folder path and the username.

Download:

No comments:

Post a Comment