Message 1 of 3
Change Editable Status of workset to "No"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I need to change the Editable Status to "No" for selected workset.
I am able to get status of Workset as workset.IsEditable.
Also I am able to change the visibility of Workset for respected view as
view.SetWorksetVisibility(workset.Id, WorksetVisibility.Hidden);
OR
WorksetDefaultVisibilitySettings defaultVisibility = WorksetDefaultVisibilitySettings.GetWorksetDefaultVisibilitySettings(doc);
defaultVisibility.SetWorksetVisibility(workset.Id, false);
But I am not finding any way to change the Editable Status of Workset to "No".
Thanks in advance to all for helping me to resolve this issue.
Regards,
Rajesh