getIsCP method

bool? getIsCP()

Implementation

bool? getIsCP() {
  return SessionManagerMethods.getBool(isCP);
}