Read and View Only Permission
I want User A to be able to open the file and User B to just view the file name in the list of documents under a folder. How to achieve this?
can any one help me in acheving the same?
I want User A to be able to open the file and User B to just view the file name in the list of documents under a folder. How to achieve this?
can any one help me in acheving the same?
to achieve what you describe as "view only" you will have to implement custom code. Security trimming in MOSS prevents your description of a "view only" scenario. (Security trimming = if a user does not have permission to open a document, subsite, list, or whatever else they will not see that the item exists on the portal)