Table of Contents

Class DeleteProfileCommand.Parameters

Namespace
Core.CliniCore.Commands.Profile
Assembly
Core.CliniCore.dll

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

string

ProfileId

Parameter key for the unique identifier of the profile to delete.

public const string ProfileId = "profileId"

Field Value

string