2024 Method
Changes 0
M

WorksharingUtils.GetUserWorksetInfo

Description:
Gets information about user worksets in a workshared model file, without fully opening the file.
Remarks:
This method provides a preview of the user worksets available in a file, allowing an application to look up the necessary workset ids and information to properly fill out a WorksetConfiguration structure before opening or linking to this model.
public static IList<WorksetPreview> GetUserWorksetInfo(
	ModelPath path
)
Return Value IList<WorksetPreview> Information about all the user worksets in the model. The list is sorted by workset id.