Get-KrFormPartRule
SYNOPSIS
Retrieves a form part rule from the Kestrun server.
SYNTAX
__AllParameterSets
Get-KrFormPartRule [-Name] <string> [<CommonParameters>]
ALIASES
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION
The Get-KrFormPartRule function retrieves a Kestrun form part rule by its name from the server’s form part rules collection.
EXAMPLES
EXAMPLE 1
$formPartRule = Get-KrFormPartRule -Name ‘MyFormPartRule’ This example retrieves the form part rule named ‘MyFormPartRule’ from the Kestrun server.
PARAMETERS
-Name
The name of the form part rule to retrieve.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
Kestrun.Forms.KrFormPartRule
{{ Fill in the Description }}
NOTES
This function is part of the Kestrun.Forms module and is used to define form options.
RELATED LINKS
{{ Fill in the related links here }}