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