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

Contains a file collected for the FileCollection endpoint

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
CollectedFile : 

InventoryReportBodyElement
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
CollectedFile _
	
Inherits 

InventoryReportBodyElement
[
SerializableAttribute]
public 
ref class 
CollectedFile 
sealed : 
public 

InventoryReportBodyElement

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
CollectedFile () () () ()
Initializes a new instance of the CollectedFileclass.
CollectedFile(FileInfo)
Initializes a new instance of the CollectedFileclass.
CollectedFile(String)
Initializes a new instance of the CollectedFileclass.
CollectedFile(FileInfo, Boolean)
Initializes a new instance of the CollectedFileclass.
ContentType
Gets/sets the content type
Equals(Object) (Inherited from Object.)
FileName
Gets/sets the file name
FilePath
Gets/sets the on-disk path to the file
FileSize
Gets/sets the file size
Finalize () () () () (Inherited from Object.)
GetFileBody () () () ()
Gets the body of the file
GetFileInfo(String)
Initializes the object with the file
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
Id
Gets/sets the ID sequence for the file. This should not be set manually but by ConfigMgrFileCollectionMessage.
LastWriteDate
Gets/sets the last write date.
LastWriteDateString
Gets/sets the last write date as an SMSTime. This is only for serialization, LastWriteDate should be used instead.
MemberwiseClone () () () () (Inherited from Object.)
SetFileBody( array< Byte > [] () [] [] )
Sets the body of the file
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . InventoryReportBodyElement
     Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . CollectedFile

See Also