New-Pool |
Top Previous Next |
Summary New-Pool [-TopicMapAddress] <Uri> [-Name] <String> [-DenyTypes <String[]>] New-Pool [-TopicMapAddress] <Uri> [-Name] <String> -AllowTypes <String[]> Description Creates a new topic pool in a topic map with controls on what types of topics are allowed in the pool. When creating a topic pool you can choose to restrict what types of topics are allowed in the topic pool. You can choose to either allow a set of topic types (and disallow all other types of topic) or deny a set of topic types (and allow all other types of topic) - which approach you use will depend upon your particular control requirements. It is also possible to create a pool with no restrictions on the types of topics allowed in it.
Parameters
Returns This method returns the web address of the newly created pool. |