EntitiesToHide Property
Gets or sets a list of entities that should not be displayed in the Select Entity dialog
Syntax
public System.Collections.Generic.IEnumerable<IEntity> EntitiesToHide {get; set;}Public Property EntitiesToHide As System.Collections.Generic.IEnumerable(Of IEntity)Remarks
A good use for this is a scenario when an attachment is being added to a file. The file that is having attachments added to it is not eligible to be selected, and thus doesn't need to be shown.