Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectIsValidUserDefinedPropertyName Method
This is used to determine whether or not the given name can be used for a user-defined project property.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool IsValidUserDefinedPropertyName(
	string name
)

Parameters

name
Type: SystemString
The name to check

Return Value

Type: Boolean
True if it can be used, false if it cannot be used
See Also