Click or drag to resize
Galactic API

MongoDBUtilityisCollectionNameValid Method

Checks the syntax of a supplied collection name to see if it contains invalid characters.

Namespace:  Galactic.NoSql.MongoDB
Assembly:  Galactic.NoSql.MongoDB (in Galactic.NoSql.MongoDB.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool isCollectionNameValid(
	string name
)

Parameters

name
Type: SystemString
The collection name to check.

Return Value

Type: Boolean
True if the collection name is valid, false otherwise.
See Also