Skip to main content

Hiding Relations Dowloand Button

Sample code block to hide the optional download button in the related documents object

    public void IliskiliDokumanlar1_OnBeforeRelation(object sender,eBAAddRelationFileEventArgs e)
{
Tag3.Text= @"```<```style```>```#fileView_ctl01_IliskiliDokumanlar1 ```>``` div ```>``` table ```>``` tbody ```>``` tr.tableHeader ```>``` td:nth-child(4) { display: none !important; } #fileView_ctl01_IliskiliDokumanlar1 ```>``` div ```>``` table ```>``` tbody ```>``` tr ```>``` td:nth-child(4) { display: none !important; }```<```/style```>```";

}