IP_Restriction_Range Class
Contains all the information about an IP restriction range, including notes,
text to use for users that do not have access, and the collection of individual IP addresses
Namespace: SobekCM.Core.ApplicationStateAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[DataContractAttribute]
public class IP_Restriction_Range |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_IP_Address | Add a new IP address or contiguous IP addresses to this IP restrictive range |
| Contains | Checks to see if the provided IP address is part of this IP restrictive range |
Properties
| Name | Description |
---|
| Item_Restricted_Statement | Statement used when a user directly requests an item for which they do not the pre-requisite access |
| Notes | Notes about this IP Restriction Range (for system admins) |
| RangeID | Key for this IP Restriction Range, to which items are actually restricted |
| Title | Title for this IP Restriction Range |
See Also