DocumentData AccessRules Property Ankiro Enterprise Suite Reference Documentation
The optional collection of generalized access rules for the document. Please refer to the developer documentation for more details about how security checking is handled in Ankiro Suite.

Namespace: Ankiro.SearchServer.Data
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public IList<DocumentAccessRuleData> AccessRules { get; set; }

Property Value

Type: IList DocumentAccessRuleData 
See Also