ImportSolutionRequest.PublishWorkflows Property

 

Applies To: Dynamics CRM 2015

Gets or sets whether any processes (workflows) included in the solution should be activated after they are imported. Required.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public bool PublishWorkflows { get; set; }
public:
property bool PublishWorkflows {
    bool get();
    void set(bool value);
}
member PublishWorkflows : bool with get, set
Public Property PublishWorkflows As Boolean

Property Value

Type: System.Boolean

Type: Boolean
true if the any processes (workflows) included in the solution should be activated after they are imported; otherwise, false.

See Also

ImportSolutionRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright