WebFolder.IsWeb Property
SharePoint Designer Developer Reference |
Returns a Boolean that represents whether a folder is the root folder for a Web site or a subsite. True indicates that the folder is the root folder for a Web site or subsite.
Syntax
expression.IsWeb
expression Required. A variable that represents a WebFolder object.
See Also