Class DeleteProfileCommand.Parameters
Defines the parameter keys used by DeleteProfileCommand.
public static class DeleteProfileCommand.Parameters
- Inheritance
-
DeleteProfileCommand.Parameters
- Inherited Members
Fields
Force
Parameter key indicating whether to skip dependency checks and force deletion. When true, all dependencies (documents, appointments, assignments) are cleaned up automatically.
public const string Force = "force"
Field Value
ProfileId
Parameter key for the unique identifier of the profile to delete.
public const string ProfileId = "profileId"