setCFlag method

void setCFlag(
  1. SiteCentric cFlag
)

Sets the cflag property

Implementation

void setCFlag(SiteCentric cFlag) {
  payload[EAPropertyKey.PAGE_CFLAG] = cFlag;
}