Inside the backend i've got errrors when loading / filtering the list.
The properties that give errors have relations / logic from othet methods in it. I don't need this fields inside Umbraco. Ignore is ingored attribute inside the view-o-matic logic 2.0.3.
How to hide them?
Example:
[Ignore]
public ModelName FieldName
{
get
{
return Methods.Methods.Name(this.Id);
}
}
How to ignore some fields
Inside the backend i've got errrors when loading / filtering the list.
The properties that give errors have relations / logic from othet methods in it. I don't need this fields inside Umbraco. Ignore is ingored attribute inside the view-o-matic logic 2.0.3.
How to hide them?
Example:
is working on a reply...