Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a Folder object that represents the view.
This property is read-only.
Syntax
Folder = WebViewFolderContents.Folder
Property value
An object that receives the Folder object.
Examples
The following example shows the proper usage of this property in JScript embedded in HTML.
<html>
<head>
...
<script language="JavaScript">
function fnWebViewFolderContentsFolderJ()
{
var objFolder;
objFolder = FileList.Folder;
if (objFolder != null)
{
alert(objFolder.Title);
}
}
</script>
</head>
<body>
...
<object id=FileList classid="clsid:aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" tabIndex=1>
</body>
</html>
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
| IDL |
|
| DLL |
|