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
nameSpacesstring[]List of global namespaces
projectIdProjectIdSpecifies project to add namespaces to.
rootNamespacestringOptional root namespace
Returns
- bool
True if succeed otherwise false.