How to Hide a folder in Sharepoint

Posted by Rosh Malai on Stack Overflow See other posts from Stack Overflow or by Rosh Malai
Published on 2010-04-23T13:19:09Z Indexed on 2010/04/23 15:43 UTC
Read the original article Hit count: 552

Filed under:
|
|

What else I need to add to following code to make sure the folder is hidden or read only?

SPListItem createFolder = myDocLib.Folders.Add(myDocLib.RootFolder.ServerRelativeUrl, SPFileSystemObjectType.Folder, "Folder444");

folder.Update();

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about hide