DDIAdapter.GetList method
Namespace: Microsoft.Online.SharePoint.TenantAdmin.MiddleTier
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Function GetList ( _
schema As String, _
workflow As String, _
stream As Stream _
) As ClientResult(Of String)
'Usage
Dim instance As DDIAdapter
Dim schema As String
Dim workflow As String
Dim stream As Stream
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetList(schema, _
workflow, stream)
public ClientResult<string> GetList(
string schema,
string workflow,
Stream stream
)
Parameters
- schema
Type: System.String
- workflow
Type: System.String
- stream
Type: System.IO.Stream
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>
See also
Reference
Microsoft.Online.SharePoint.TenantAdmin.MiddleTier namespace