Function ====== Group.CheckIfGroupExists ====== Void Group.CheckIfGroupExists(Single value, String propertyId) ^ API | http://api.avolites.com/11.0/Group.CheckIfGroupExists.html | ^ description | Checks if a group exists. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Group]] | ^ parameter | value ( [[macros:type:single]] ) : The group user number to check for. | ^ ::: | propertyId( [[macros:type:string]] ) : The property id to put the result in. | ^ return value | [[macros:type:void]]. Stricly this function returns its result in the propertyId as a [[macros:type:boolean|]]. | == Example in == [[macros:example:createreplacegroup:]]: Group.CheckIfGroupExists(999.0, "Group.Numeric.IsValid") Group.ReplaceGroupOnHandle(userNumber:999) Group.StoreGroup(userNumber:999) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~