Method RegisterNamespaces
RegisterNamespaces(string[], ProjectId, string)
When implemented by a class, registers global namespaces.
bool RegisterNamespaces(string[] nameSpaces, ProjectId projectId = null, string rootNamespace = null)
Parameters
nameSpaces
string[]List of global namespaces
projectId
ProjectIdSpecifies project to add namespaces to.
rootNamespace
stringOptional root namespace
Returns
- bool
True if succeed otherwise false.