ConfigMgrSoftwareInventoryMessage.AddFileSystemFileInstanceToInventory Method (InventoryInstanceElementFileSystemFile)
Adds an existing InventoryInstanceElementFileSystemFile to the software inventory.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddFileSystemFileInstanceToInventory(
InventoryInstanceElementFileSystemFile fileInstance
)
public:
void AddFileSystemFileInstanceToInventory(
InventoryInstanceElementFileSystemFile^ fileInstance
)
Public Sub AddFileSystemFileInstanceToInventory (
fileInstance As InventoryInstanceElementFileSystemFile
)
Parameters
fileInstance
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementFileSystemFileExisting InventoryInstanceElementFileSystemFile instance.
See Also
ConfigMgrSoftwareInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top