dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncScopeDeprovisioning Class / DeprovisionTemplate Method
The name of the template to deprovision.

On this page
    DeprovisionTemplate Method
    On this page
    Deprovisions the specified template and all scopes that were created from the specified template by removing all associated synchronization elements from the database.
    Syntax
    'Declaration
     
    Public Sub DeprovisionTemplate( _
       ByVal templateName As String _
    ) 
    public void DeprovisionTemplate( 
       string templateName
    )

    Parameters

    templateName
    The name of the template to deprovision.
    See Also