FileCollectionAction Class

 

Represents a file collection message action.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages.Ccm::FileCollectionAction

[SerializableAttribute]
public ref class FileCollectionAction sealed 

NameDescription
System_CAPS_pubmethodFileCollectionAction()

Initializes a new instance of the FileCollectionAction class.

NameDescription
System_CAPS_pubpropertyActionType

Gets or sets the action type. This value should not be changed.

System_CAPS_pubpropertyDeleteFilesAfterCollection

If true, files are deleted after collection.

System_CAPS_pubpropertyDeleteFilesAfterCollectionSerializable

Serializable representation of DeleteFilesAfterCollection. Do not use this property directly.

System_CAPS_pubpropertyDescription

Gets or sets the description for the action. This value should not be changed.

System_CAPS_pubpropertyFileCollectionActionId

Gets or sets the file collection action ID.

System_CAPS_pubpropertyFileDestination

Gets or sets the endpoint destination on the management point. This value should not be changed.

System_CAPS_pubpropertyFileType

Gets or sets the file type. This value should not be changed.

System_CAPS_pubpropertyMaxTotalFileSize

Gets or sets the maximum total file size, in bytes.

System_CAPS_pubpropertyReportFileDetails

If true, file details are reported.

System_CAPS_pubpropertyReportFileDetailsSerializable

Serializable representation of ReportFileDetails. Do not use this property directly.

System_CAPS_pubpropertyReportType

Gets or sets the report type.

System_CAPS_pubpropertyScanInterval

Gets or sets the scan interval, in minutes.

System_CAPS_pubpropertySkipScan

Gets the files to skip when scanning.

System_CAPS_pubpropertySkipScanSerializable

Gets or sets the serializable files to skip when scanning. Do not set this property directly. Use SkipScan instead.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: