SPFile.CanOpenFile Method
Include Protected Members
Include Inherited Members
Indicates whether the current user has permission to view the content of the file.
Overload List
Name | Description | |
---|---|---|
CanOpenFile(Boolean) | Indicates whether the current user has permission to view the content of the file, specifying a level of access. | |
CanOpenFile(Boolean, String) | Indicates whether the current user has permission to view the content of the file, specifying a level of access and an output variable to receive an ETag. |
Top