Table of Contents

ISandcastleProject.IsValidUserDefinedPropertyName Method

Definition

Namespace
Sandcastle.Core.Project
Assembly
Sandcastle.Core.dll

This is used to determine whether or not the given name can be used for a user-defined project property.

bool IsValidUserDefinedPropertyName(string name)

Parameters

name string

The name to check

Returns

bool

True if it can be used, false if it cannot be used