Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax bool PublishApp(
string appId,
string streamId,
bool copy,
string replaceId = null
)
Function PublishApp (
appId As String,
streamId As String,
copy As Boolean,
Optional replaceId As String = Nothing
) As Boolean
Parameters
- appId
- Type: SystemString
- streamId
- Type: SystemString
- copy
- Type: SystemBoolean
- replaceId (Optional)
- Type: SystemString
Return Value
Type:
BooleanSee Also