Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • RunnicFusion 62 posts 145 karma points
    Oct 02, 2017 @ 12:28
    RunnicFusion
    0

    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:

    [Ignore]
    public ModelName FieldName
    {
        get
        {
             return Methods.Methods.Name(this.Id);
         }
     }
    
Please Sign in or register to post replies

Write your reply to:

Draft