public bool AddRight( string strRightname, string strCategory )
public: bool AddRight( String^ strRightname, String^ strCategory )
Parameters
- strRightname
- right name string
- strCategory
- category name string. Only existing categories can be used. You can get the existing categories by the GetCategories method. You need to set the complete category name, you find in the StringCollection returned by GetCategory.
Return Value
true, in case the new right was successfully added to the rights management database.