ItemValuesRemoveValues Method |
Removes multiple values at a given path.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void RemoveValues(
string path
)
Public Sub RemoveValues (
path As String
)
public:
void RemoveValues(
String^ path
)
member RemoveValues :
path : string -> unit
Parameters
- path
- Type: SystemString
The path to search.
See Also