File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
launcher-csharp/Rooms/Controllers Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,16 @@ public ActionResult AssignFormToFormGroup(FormFormGroupModel formFormGroupModel)
7878
7979 try
8080 {
81+ //ds-snippet-start:Rooms9Step5
82+ var form = new FormGroupFormToAssign ( ) { FormId = formFormGroupModel . FormId } ;
83+ //ds-snippet-start:Rooms9Step5
8184 // Call the Rooms API to assign form to form group
8285 var formGroupFormToAssign = DocuSign . Rooms . Examples . AssignFormToFormGroups . AssignForm (
8386 basePath ,
8487 accessToken ,
8588 accountId ,
8689 formFormGroupModel . FormGroupId ,
87- new FormGroupFormToAssign ( ) { FormId = formFormGroupModel . FormId } ) ;
90+ form ) ;
8891
8992 this . ViewBag . h1 = this . CodeExampleText . ExampleName ;
9093 this . ViewBag . message = string . Format (
You can’t perform that action at this time.
0 commit comments