|
msiStripAVUs |
( |
msParam_t * |
target, |
|
|
msParam_t * |
options, |
|
|
msParam_t * |
status, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Strips an object of its metadata
- Module:
- ERA
- Since:
- 2.4.x
- Author:
- Antoine de Torcy
- Date:
- 2010-11-17
- Note:
- Only data objects are supported for now.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | target | - A STR_MS_T with a data/collection path or user/resource name |
[in] | options | - Optional - a STR_MS_T that contains one of more options in the format keyWd1=value1++++keyWd2=value2++++keyWd3=value3... The type of target will be specified here (i.e data, collection, user, resource, etc...). Valid keywords will be added as more types are supported. |
[out] | status | - An INT_MS_T containing the operation status. |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- None
- Session Variables Modified:
- None
- iCAT Attributes Used:
- None
- iCAT Attributes Modified:
- Some
- Side Effect:
- None
- Returns:
- integer
- Return values:
-
- Precondition:
- None
- Postcondition:
- None
- See also:
- None
Definition at line 2674 of file eraMS.c.
|