IContentItemUnassign Method
|
Removes the assignment of this page so that it doesn't belong to any
User or
Group.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void Unassign(
string comment
)
Sub Unassign (
comment As String
)
void Unassign(
String^ comment
)
abstract Unassign :
comment : string -> unit
Parameters
- comment
- Type: SystemString
Comments on the unassign action
See Also