WebFolder.IsWritable Property
SharePoint Designer Developer Reference |
Returns a Boolean that represents whether a folder in a Web site has write permissions. True indicates that a folder has write permissions.
Syntax
expression.IsWritable
expression Required. A variable that represents a WebFolder object.
See Also