Property SecurityViewIDs
SecurityViewIDs
Gets or sets the security view IDs. Available from DataMiner 10.1.1 (RN 28311) onwards.
public List<int> SecurityViewIDs { get; set; }
Property Value
Remarks
- If, for a particular job or booking instance (i.e. ReservationInstance), this property contains view IDs, then the job or booking instance will only be accessible to users who have access to at least one of the specified views. For example, if you have access to the view with ID 10, and you display a list of jobs or booking instances, it will only contain the jobs or booking instances of which the list of values in the SecurityViewIDs property includes "10" or no IDs at all.
- The values in this property can be filtered using a “Contains” filter. Example: JobExposers.SecurityViewIDs.Contains(136).
- This property renders the SecurityViewID property obsolete.