PublishApp Method
Overloads
PublishApp(String, String, String) |
Publishes an app to the supplied stream. |
PublishApp(String, String, String)
Publishes an app to the supplied stream.
Declaration
void PublishApp([QixName("qAppId")] string appId, [QixName("qName")] string name, [QixName("qStreamId")] string streamId)
Parameters
Type | Name | Description |
---|---|---|
System.String | appId |
The Id of the app to publish. |
System.String | name |
The name of the app to publish. |
System.String | streamId |
The stream Id of the app to publish. |