Publish Method
Overloads
| Publish(String, String) | Publishes an app. All app objects are published. Generic objects, bookmarks, dimensions and measures inside the app are published. | 
Publish(String, String)
Publishes an app.
All app objects are published. Generic objects, bookmarks, dimensions and measures inside the app are published.
Declaration
      public void Publish([QixName("qStreamId")] string streamId, [QixName("qName")] string name = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | streamId | Identifier of the stream. | 
| System.String | name | Name of the published app. If this parameter is not set, the engine automatically gives a new name to the published app. | 
Implements
Remarks
An app can only be published once and cannot be published to more than one stream.