> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.Marketing MoveFormsToFolderRequest

# <a id="SuperOffice_WebApi_Data_Marketing_MoveFormsToFolderRequest" /> Class Marketing\_MoveFormsToFolderRequest

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public class Marketing_MoveFormsToFolderRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Marketing\_MoveFormsToFolderRequest](SuperOffice.WebApi.Data.Marketing_MoveFormsToFolderRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_Marketing_MoveFormsToFolderRequest__ctor" /> Marketing\_MoveFormsToFolderRequest()

```csharp theme={null}
public Marketing_MoveFormsToFolderRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_Marketing_MoveFormsToFolderRequest_FolderId" /> FolderId

```csharp theme={null}
public int FolderId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_Marketing_MoveFormsToFolderRequest_FormIds" /> FormIds

```csharp theme={null}
public int[] FormIds { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)\[]


## Related topics

- [Agent API changes in 12.3](/release-notes/12/api/12.3.2570-update.md)
- [SuperOffice.WebApi.Data.Marketing MoveMailingsToFolderRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Marketing_MoveMailingsToFolderRequest.md)
- [SuperOffice.WebApi.Data.EMail MoveToFolderRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_MoveToFolderRequest.md)
- [SuperOffice.WebApi.Data.EMail MoveEmailsToFolderRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_MoveEmailsToFolderRequest.md)
- [SuperOffice.WebApi.Data.EMail MoveToFolderFromServerIdentifierRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_MoveToFolderFromServerIdentifierRequest.md)
- [SuperOffice.WebApi.Agents.IEMailAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IEMailAgent.md)
