ISchemaFieldFavoritePublic Property
|
Gets and sets whether this favorite entry is for all users. When false, it is only for the
user who created this favorite entry.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Public { get; set; }Property Public As Boolean
Get
Set
property bool Public {
bool get ();
void set (bool value);
}abstract Public : bool with get, set
Property Value
Boolean
See Also