Table of Contents

Interface IBuilderForTemplateId

Namespace
Vonage.VerifyV2.DeleteTemplateFragment
Assembly
Vonage.dll
public interface IBuilderForTemplateId

Methods

WithTemplateId(Guid)

Sets the unique identifier (UUID) of the parent template containing the fragment.

IBuilderForTemplateFragmentId WithTemplateId(Guid value)

Parameters

value Guid

Returns

IBuilderForTemplateFragmentId

Examples

.WithTemplateId(Guid.Parse("8f35a1a7-eb2f-4552-8fdf-fffdaee41bc9"))