Table of Contents

Interface IBuilderForTemplateFragmentId

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

Methods

WithTemplateFragmentId(Guid)

Sets the unique identifier (UUID) of the template fragment to delete.

IBuilderForOptional WithTemplateFragmentId(Guid value)

Parameters

value Guid

Returns

IBuilderForOptional

Examples

.WithTemplateFragmentId(Guid.Parse("c70f446e-997a-4313-a081-60a02a31dc19"))