Represents an object in a hierarchical structure where permissions can cascade down to the resource from its ancestors.
public interface ISecuredResource
Methods
GetResourceIds() | A collection if resource ids that represent the hierarchical structure of this resource, from the root resource up to and including the current resource id. |
Implemented by
INode | |
INodeCollection |