Web.GetStorageEntity method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetStorageEntity ( _
key As String _
) As StorageEntity
'Usage
Dim instance As Web
Dim key As String
Dim returnValue As StorageEntity
returnValue = instance.GetStorageEntity(key)
public StorageEntity GetStorageEntity(
string key
)
Parameters
- key
Type: System.String
Return value
Type: Microsoft.SharePoint.ClientSideComponent.StorageEntity