IP_Restriction_Range Constructor (Int32, String, String, String)
Constructor for a new instance of the IP_Restriction_Range class
Namespace: SobekCM.Core.ApplicationStateAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public IP_Restriction_Range(
int RangeID,
string Title,
string Item_Restricted_Statement,
string Notes
) |
Parameters
- RangeID
- Type: System..::..Int32
Key for this IP Restriction Range, to which items are actually restricted
- Title
- Type: System..::..String
Title for this IP Restriction Range
- Item_Restricted_Statement
- Type: System..::..String
Statement used when a user directly requests an item for which they do not the pre-requisite access
- Notes
- Type: System..::..String
Notes about this IP Restriction Range (for system admins)
See Also