DataDrivenNotificationRemoveCustomState Method |
Removes the custom state specified by its ID.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic void RemoveCustomState(
Guid stateId
)
Public Sub RemoveCustomState (
stateId As Guid
)
public:
void RemoveCustomState(
Guid stateId
)
member RemoveCustomState :
stateId : Guid -> unit Parameters
- stateId Guid
- The custom state ID.
See Also