[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

File collection message action

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
FileCollectionAction
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
FileCollectionAction
[
SerializableAttribute]
public 
ref class 
FileCollectionAction 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
FileCollectionAction () () () ()
ActionType
Action type, should not be changed
DeleteFilesAfterCollection
If true, files will be deleted after collection
DeleteFilesAfterCollectionSerializable
Serializable representation of DeleteFilesAfterCollection. Should not use this directly.
Description
Action description (should not be changed)
Equals(Object) (Inherited from Object.)
FileCollectionActionId
File collection action ID
FileDestination
Endpoint destination on the MP. Should not be changed
FileType
File type, should not be changed
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MaxTotalFileSize
Maximum total file size in bytes
MemberwiseClone () () () () (Inherited from Object.)
ReportFileDetails
If true, file details will be reported
ReportFileDetailsSerializable
Serializable representation of ReportFileDetails. Should not use this directly.
ReportType
Report type
ScanInterval
Scan interval in minutes
SkipScan
Files to skip when scanning
SkipScanSerializable
Serializable files to skip when scanning. SkipScanshould be used. Should not set this directly.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also