Contents Index Topic Contents | ||
Previous Topic: CopyHere Method Next Topic: Items Method |
GetDetailsOf Method
Description
Retrieves information about an item in a folder.
Syntax
object.GetDetailsOf vItem, iColumn
Parameter Description object Required. An object expression that evaluates to a Folder object. vItem Required. Specifies the item for which to get the information. This must be a FolderItem object. iColumn Required. An integer value that specifies the information to be retrieved. The information available for an item depends on the folder in which it is displayed. This value corresponds to the zero-based column number that is displayed in a shell view. For an item in the file system, this can be one of the following values:
0 Retrieves the name of the item. 1 Retrieves the size of the item. 2 Retrieves the type of the item. 3 Retrieves the date and time that the item was last modified. 4 Retrieves the attributes of the item. -1 Retrieves the info tip information for the item.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.