CommandProvidersGetMFilesNotificationContext Method |
The placeholder commands available when defining an M-Files notification.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static CommandProviders GetMFilesNotificationContext(
TypedValue rulename = null,
TypedValue causedBy = null,
TypedValue causedByAccount = null,
TypedValue rolledBacktoVersion = null,
TypedValue timestamp = null
)
Public Shared Function GetMFilesNotificationContext (
Optional rulename As TypedValue = Nothing,
Optional causedBy As TypedValue = Nothing,
Optional causedByAccount As TypedValue = Nothing,
Optional rolledBacktoVersion As TypedValue = Nothing,
Optional timestamp As TypedValue = Nothing
) As CommandProviders
public:
static CommandProviders^ GetMFilesNotificationContext(
TypedValue^ rulename = nullptr,
TypedValue^ causedBy = nullptr,
TypedValue^ causedByAccount = nullptr,
TypedValue^ rolledBacktoVersion = nullptr,
TypedValue^ timestamp = nullptr
)
Parameters
- rulename (Optional)
- Type: TypedValue
The name of the notification rule. - causedBy (Optional)
- Type: TypedValue
The name of the user who caused the event. - causedByAccount (Optional)
- Type: TypedValue
The account name for the user who caused the event. - rolledBacktoVersion (Optional)
- Type: TypedValue
The version that the object was rolled back to. - timestamp (Optional)
- Type: TypedValue
The time when the event occurred.
Return Value
Type:
CommandProvidersNotification related command providers.
See Also