-
Using DFS 6.0 sp1, how do I add a folder with a specific custom ACL
As the title suggests I'm using DFS 6.0 sp1. to create a folder in a repository with the below code. How can I create the folder with a specific custom ACL? private DataPackage CreateNewFolder(string newFolderPath, string newFolderName, string folderType) { ObjectPath objectPath = new ObjectPath(newFolderPath);…
-
How to get the conditions for an attribute.
Hi, i am working on a application in which if applicable i have to get all the possible values for an arribute . i am able to retrive the default value list by using the following query - select valid_values from dm_value_list where r_object_id = (select default_id from dm_cond_id_expr where r_object_id in (select…
-
Issue with View Actionlink in Webtop 6.7
I am are facing a issue in the Search result in the new Webtop 6.7 . I have customized searhresult to show a view actionlink as shown in the screen shot below. When we do a full text search from the main screen first time then the links are not getting enabled only the label gets displayed as shown in the below screen But…