CategoriesCollectionContainsCategoryName Method |
|
DataPA OpenAnalytics API Reference
Returns a value that indicates if an object with the Category Name exists in the collection.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ContainsCategoryName(
string CategoryName
)
Public Function ContainsCategoryName (
CategoryName As String
) As Boolean
public:
virtual bool ContainsCategoryName(
String^ CategoryName
) sealed
function ContainsCategoryName(CategoryName);
Parameters
- CategoryName
- Type: SystemString
The Name of the Category.
Return Value
Type:
BooleanTrue if an object with the Category Name exists in the collection.
Remarks See Also