CategoriesCollectionMoveCategoryDown Method |
|
DataPA OpenAnalytics API Reference
Moves a specific category down the list.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void MoveCategoryDown(
string ID
)
Public Sub MoveCategoryDown (
ID As String
)
public:
virtual void MoveCategoryDown(
String^ ID
) sealed
function MoveCategoryDown(ID);
Parameters
- ID
- Type: SystemString
The id of the category to move.
Remarks See Also