Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the details of a file.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void GetFileDetails(
FileInfo fileInfo,
bool fullFileAttributes
)
public:
void GetFileDetails(
FileInfo^ fileInfo,
bool fullFileAttributes
)
Public Sub GetFileDetails (
fileInfo As FileInfo,
fullFileAttributes As Boolean
)
Parameters
fileInfo
Type: System.IO.FileInfoFileInfo object for the file.
fullFileAttributes
Type: System.BooleanIf true, extended versioning attributes are pulled.
See Also
GetFileDetails Overload
InventoryInstanceElementFileSystemFile Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top