Show / Hide Table of Contents

IsValidAlternateTag Method

IsValidAlternateTag(int)

Is the given tag valid as an alternate?

C#
protected virtual bool IsValidAlternateTag(int dataTag)

Parameters

Type Name Description
int dataTag

The data tag the caller wants to use as an alternate.

Returns

bool

A boolean, true is the given tag can be used as an alternate, false otherwise.

In this article
Back to top Generated by DocFX