Class ViewProfileCommand.Parameters
Defines the parameter keys used by ViewProfileCommand.
public static class ViewProfileCommand.Parameters
- Inheritance
-
ViewProfileCommand.Parameters
- Inherited Members
Fields
ProfileId
Parameter key for the unique identifier of the profile to view.
public const string ProfileId = "profile_id"
Field Value
ShowDetails
Parameter key indicating whether to include extended details and validation errors.
public const string ShowDetails = "show_details"