Documentation > CMS Template API Library > InputForm > Remove(String)

Remove

Add the name of a field that should be removed.

public System.Void Remove(String)

Parameters

NameDescriptionType
fieldName The field name. System.String

Code Example

C#

Sample:

            
            context.InputForm.Remove("Label");
            
            

Connect with Crownpeak