Hi All,
I developped custom method by using Content Server .NET web services. I am able to apply security to Folder successfully. I needs to apply same security to Sub Folders and Documents under that folder dynamically through Web Service method. Below method called while applying.
objDocumentClient.AddNodeRight( ref objDocumentAuthenticationService, FolderId , AdminRight);
It applied security to that single folder which FolderId i given on above method. I needs to apply same security to sub folders as well through Web service code dynamically.
Please suggest me if there are any approaches we have in OpenText web services.
Regards,
Venkat