Skip to content

Commit fdd68ec

Browse files
authored
Merge pull request MicrosoftDocs#632 from tseward/patch-319
Update Set-SPInfoPathFormsService.md
2 parents 960f7b7 + e3691cf commit fdd68ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Set-SPInfoPathFormsService.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,18 @@ For permissions and the most current information about Windows PowerShell for Sh
3535

3636
### --------------EXAMPLE 1-----------------
3737
```
38-
C:\PS>Set-SPInfoPathFormsService -AllowUserFormBrowserEnabling $true -AllowUserFormBrowserRendering $false
38+
PS C:\>Set-SPInfoPathFormsService -AllowUserFormBrowserEnabling $true -AllowUserFormBrowserRendering $false
3939
```
4040

4141
This example modifies the AllowUserFormBrowserEnabling and AllowUserFormBrowserRendering parameter values.
4242

43-
4443
### --------------EXAMPLE 2-----------------
4544
```
46-
C:\PS>Set-SPInfoPathFormsService -AllowViewState $true -ViewStateThreshold 40961
45+
PS C:\>Set-SPInfoPathFormsService -AllowViewState $true -ViewStateThreshold 40961
4746
```
4847

4948
This example modifies the AllowViewState and ViewStateThreshold parameter values.
5049

51-
5250
## PARAMETERS
5351

5452
### -ActiveSessionTimeout
@@ -441,7 +439,9 @@ Accept wildcard characters: False
441439
```
442440

443441
### -MaxSizeOfUserFormState
444-
{{Fill MaxSizeOfUserFormState Description}}
442+
Specifies the value of the maximum size in kilobytes of session state an instance of a browser-enabled InfoPath form template can use. The default value is 4096.
443+
444+
The type must be a non-negative integer and less than or equal to 999999.
445445

446446
```yaml
447447
Type: Int32

0 commit comments

Comments
 (0)