SharedWorkspaceLinks.ItemCountExceeded Property

Definition

Returns a Boolean value that indicates whether the number of items in the collection has exceeded the 99 that can be displayed in the Shared Workspace task pane.

public:
 property bool ItemCountExceeded { bool get(); };
public bool ItemCountExceeded { get; }
member this.ItemCountExceeded : bool
Public ReadOnly Property ItemCountExceeded As Boolean

Property Value

Remarks

The Shared Workspace task pane can only display 99 shared workspace files and folders, links, members, or tasks. If more than 99 items are added to any of these collections, the following occurs:

Furthermore, once the ItemCountExceeded property returns True for the specified collection listed, the developer can no longer remedy the situation programmatically by deleting items from the collection to reduce the count below 99, because the collection is no longer populated.

Applies to