Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Task<bool> UpdateReportViewAsync( string viewId, string name, string desc, string pageId, string active, string key ) |
Visual Basic |
---|
Public Function UpdateReportViewAsync ( viewId As String, name As String, desc As String, pageId As String, active As String, key As String ) As Task(Of Boolean) |
Visual C++ |
---|
public: virtual Task<bool>^ UpdateReportViewAsync( String^ viewId, String^ name, String^ desc, String^ pageId, String^ active, String^ key ) sealed |
Parameters
- viewId
- Type: System..::..String
- name
- Type: System..::..String
- desc
- Type: System..::..String
- pageId
- Type: System..::..String
- active
- Type: System..::..String
- key
- Type: System..::..String