WorksharingDisplaySettings.GetGraphicOverrides(CheckoutStatus)
Method
Description:
Returns the graphic overrides associated with a particular ownership status.
Returns the graphic overrides associated with a particular ownership status.
Syntax
public WorksharingDisplayGraphicSettings GetGraphicOverrides(
CheckoutStatus ownershipStatus
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| ownershipStatus | CheckoutStatus | The ownership status of interest. |
Return Value
| Type | Description |
|---|---|
| WorksharingDisplayGraphicSettings | Returns the graphic overrides assigned to a particular ownership status. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |