FileCollectionAction Class
Represents a file collection message action.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | FileCollectionAction() | Initializes a new instance of the FileCollectionAction class. |
| Name | Description | |
|---|---|---|
![]() | ActionType | Gets or sets the action type. This value should not be changed. |
![]() | DeleteFilesAfterCollection | If true, files are deleted after collection. |
![]() | DeleteFilesAfterCollectionSerializable | Serializable representation of DeleteFilesAfterCollection. Do not use this property directly. |
![]() | Description | Gets or sets the description for the action. This value should not be changed. |
![]() | FileCollectionActionId | Gets or sets the file collection action ID. |
![]() | FileDestination | Gets or sets the endpoint destination on the management point. This value should not be changed. |
![]() | FileType | Gets or sets the file type. This value should not be changed. |
![]() | MaxTotalFileSize | Gets or sets the maximum total file size, in bytes. |
![]() | ReportFileDetails | If true, file details are reported. |
![]() | ReportFileDetailsSerializable | Serializable representation of ReportFileDetails. Do not use this property directly. |
![]() | ReportType | Gets or sets the report type. |
![]() | ScanInterval | Gets or sets the scan interval, in minutes. |
![]() | SkipScan | Gets the files to skip when scanning. |
![]() | SkipScanSerializable | Gets or sets the serializable files to skip when scanning. Do not set this property directly. Use SkipScan instead. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

