| RepositoryDeleteById Method (String, Boolean) |
Namespace:
Dynamicweb.Content.Items.Queries
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public virtual void DeleteById(
string id,
bool cleanup
)
Public Overridable Sub DeleteById (
id As String,
cleanup As Boolean
)
Parameters
- id
- Type: SystemString
- cleanup
- Type: SystemBoolean
See Also