2025 Method
Changes 0
M

View.SupportsWorksharingDisplayMode

Description:
Checks whether this view supports the given worksharing display mode.
Remarks:
For convenience, the "Off" mode is always supported. Other display modes are supported by graphical views in workshared documents.
public bool SupportsWorksharingDisplayMode(
	WorksharingDisplayMode mode
)
Return Value Boolean Returns True if this view is a graphical view in a workshared document or if the desired mode is Off. Returns False if this view is a non-graphical view (such as a schedule or the project browser) or if this view is not in a workshared document.