SobekCM_Database.Edit_IP_Range Method
Edits an existing IP restriction range, or adds a new one
Namespace: SobekCM.Library.DatabaseAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static bool Edit_IP_Range(
int IpRangeID,
string Title,
string Notes,
string ItemRestrictedStatement,
Custom_Tracer Tracer
) |
Parameters
- IpRangeID
- Type: System..::..Int32
Primary key for the IP restriction range
- Title
- Type: System..::..String
Title for this IP Restriction Range
- Notes
- Type: System..::..String
Notes about this IP Restriction Range (for system admins)
- ItemRestrictedStatement
- Type: System..::..String
Statement used when a user directly requests an item for which they do not the pre-requisite access
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
Boolean TRUE if successful, otherwise FALSE
Remarks
See Also