Show / Hide Table of Contents

IsValidTagForPut Method

IsValidTagForPut(PivDataTag)

Is the given tag allowed to be used in a standard version of PUT DATA.

C#
public static bool IsValidTagForPut(this PivDataTag tag)

Parameters

Type Name Description
PivDataTag tag

The tag to check.

Returns

bool

A boolean, true if the tag is allowed to be used in PUT DATA, and false otherwise.

In this article
Back to top Generated by DocFX