GetAvailableReasons Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAvailableReasons() method retrieves the set of possible final reason codes for the specified entity. This overload of the method uses an entity ID to specify the entity.
| Overload | Description |
|---|---|
| GetAvailableReasons(Int32,String) | The GetAvailableReasons() method retrieves the set of possible final reason codes for the specified entity. This overload of the method uses an entity ID to specify the entity. If the optional raw reason code parameter is included, then the final list is filtered to include those final reasons that can override the given raw reason. |
| GetAvailableReasons(String,String,String) | The GetAvailableReasons() method retrieves the set of possible final reason codes for the specified entity. This overload of the method uses a site name and entity name to specify the entity. If the optional raw reason code parameter is included, then the final list is filtered to include those final reasons that can override the given raw reason. |