@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,460 lines • 159 kB
JSON
{
"id": "ConnectApi.managedtopics",
"nodeType": "class",
"name": "ManagedTopics",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ManagedTopics",
"textToLower": "managedtopics",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ManagedTopics_-1:0"
},
"order": 0,
"memberOrder": 0,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "global",
"textToLower": "global",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_global_-1:0"
},
"sharingModifier": {
"type": "keyword.modifier.sharing",
"text": "without sharing",
"textToLower": "without sharing",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.sharing_without sharing_-1:0"
},
"description": "Access information about managed topics in a community. Create, delete, and reorder managed topics.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ManagedTopics_static_methods.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"createmanagedtopic(string,string,connectapi.managedtopictype)": {
"id": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype)",
"nodeType": "method",
"name": "createManagedTopic",
"startToken": {
"type": "declaration.entity.name.function",
"text": "createManagedTopic",
"textToLower": "createmanagedtopic",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_createManagedTopic_-1:0"
},
"parentId": "ConnectApi.managedtopics",
"order": 1,
"memberOrder": 1,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.ManagedTopic createManagedTopic(String communityId, String recordId, ConnectApi.ManagedTopicType managedTopicType)",
"overrideSignature": "public static override ConnectApi.ManagedTopic createManagedTopic(String communityId, String recordId, ConnectApi.ManagedTopicType managedTopicType)",
"simplifiedSignature": "createManagedTopic(String,String,ConnectApi.ManagedTopicType)",
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopic.datatype.ConnectApi.ManagedTopic",
"nodeType": "datatype",
"name": "ConnectApi.ManagedTopic",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopic",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedTopic"
},
"description": "Create a managed topic of a specific type for a community.",
"parentName": "ManagedTopics",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 64
},
"end": {
"line": 0,
"character": 75
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:64"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 64
},
"end": {
"line": 0,
"character": 75
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:64"
},
"parentId": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopic.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 57
},
"end": {
"line": 0,
"character": 63
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:57"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopic",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"recordid": {
"id": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype).varParam.recordid",
"nodeType": "variable",
"name": "recordId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "recordId",
"textToLower": "recordid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 84
},
"end": {
"line": 0,
"character": 92
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_recordId_0:84"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "recordId",
"textToLower": "recordid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 84
},
"end": {
"line": 0,
"character": 92
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_recordId_0:84"
},
"parentId": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopic.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 77
},
"end": {
"line": 0,
"character": 83
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:77"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopic",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"managedtopictype": {
"id": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype).varParam.managedtopictype",
"nodeType": "variable",
"name": "managedTopicType",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "managedTopicType",
"textToLower": "managedtopictype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 122
},
"end": {
"line": 0,
"character": 138
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedTopicType_0:122"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "managedTopicType",
"textToLower": "managedtopictype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 122
},
"end": {
"line": 0,
"character": 138
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedTopicType_0:122"
},
"parentId": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopic.datatype.ConnectApi.ManagedTopicType",
"nodeType": "datatype",
"name": "ConnectApi.ManagedTopicType",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 94
},
"end": {
"line": 0,
"character": 104
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:94"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopic",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedTopicType"
},
"description": "Use either the ID for a community, internal, or null. ID of the topic. Specify the type of managed topic. Content—Topics that are associated with native content. Featured—Topics that are featured, for example, on the community home page, but don’t provide overall navigation. Navigational—Topics that display in a navigational menu in the community. A topic can be associated with all three managed topic types, so a topic can be a Featured, Navigational, and Content topic. You can create up to 25 Featured and 5,000 Content topics. You can create up to eight levels of Navigational managed topics with 25 top-level topics and 10 children topics per level for a maximum of 2,775 Navigational topics.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"createmanagedtopic(string,string,connectapi.managedtopictype,string)": {
"id": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype,string)",
"nodeType": "method",
"name": "createManagedTopic",
"startToken": {
"type": "declaration.entity.name.function",
"text": "createManagedTopic",
"textToLower": "createmanagedtopic",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_createManagedTopic_-1:0"
},
"parentId": "ConnectApi.managedtopics",
"order": 2,
"memberOrder": 2,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.ManagedTopic createManagedTopic(String communityId, String recordId, ConnectApi.ManagedTopicType managedTopicType, String parentId)",
"overrideSignature": "public static override ConnectApi.ManagedTopic createManagedTopic(String communityId, String recordId, ConnectApi.ManagedTopicType managedTopicType, String parentId)",
"simplifiedSignature": "createManagedTopic(String,String,ConnectApi.ManagedTopicType,String)",
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopic.datatype.ConnectApi.ManagedTopic",
"nodeType": "datatype",
"name": "ConnectApi.ManagedTopic",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopic",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedTopic"
},
"description": "Create a child managed topic for a community.",
"parentName": "ManagedTopics",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype,string).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 64
},
"end": {
"line": 0,
"character": 75
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:64"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 64
},
"end": {
"line": 0,
"character": 75
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:64"
},
"parentId": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopic.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 57
},
"end": {
"line": 0,
"character": 63
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:57"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopic",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"recordid": {
"id": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype,string).varParam.recordid",
"nodeType": "variable",
"name": "recordId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "recordId",
"textToLower": "recordid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 84
},
"end": {
"line": 0,
"character": 92
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_recordId_0:84"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "recordId",
"textToLower": "recordid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 84
},
"end": {
"line": 0,
"character": 92
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_recordId_0:84"
},
"parentId": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopic.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 77
},
"end": {
"line": 0,
"character": 83
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:77"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopic",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"managedtopictype": {
"id": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype,string).varParam.managedtopictype",
"nodeType": "variable",
"name": "managedTopicType",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "managedTopicType",
"textToLower": "managedtopictype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 122
},
"end": {
"line": 0,
"character": 138
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedTopicType_0:122"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "managedTopicType",
"textToLower": "managedtopictype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 122
},
"end": {
"line": 0,
"character": 138
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedTopicType_0:122"
},
"parentId": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype,string)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopic.datatype.ConnectApi.ManagedTopicType",
"nodeType": "datatype",
"name": "ConnectApi.ManagedTopicType",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 94
},
"end": {
"line": 0,
"character": 104
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:94"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopic",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedTopicType"
},
"scope": null
},
"parentid": {
"id": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype,string).varParam.parentid",
"nodeType": "variable",
"name": "parentId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "parentId",
"textToLower": "parentid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 147
},
"end": {
"line": 0,
"character": 155
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_parentId_0:147"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "parentId",
"textToLower": "parentid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 147
},
"end": {
"line": 0,
"character": 155
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_parentId_0:147"
},
"parentId": "ConnectApi.managedtopics.method.createmanagedtopic(string,string,connectapi.managedtopictype,string)",
"order": 4,
"memberOrder": 4,
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopic.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 140
},
"end": {
"line": 0,
"character": 146
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:140"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopic",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. ID of the topic. Specify Navigational for the type of managed topic to create a child managed topic.You can create up to 25 Featured and 5,000 Content topics. You can create up to eight levels of Navigational managed topics with 25 top-level topics and 10 children topics per level for a maximum of 2,775 Navigational topics. ID of the parent managed topic.You can create up to eight levels (parent, direct children, their children, etc.) of managed topics and up to 10 children managed topics per managed topic.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"createmanagedtopicbyname(string,string,connectapi.managedtopictype)": {
"id": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype)",
"nodeType": "method",
"name": "createManagedTopicByName",
"startToken": {
"type": "declaration.entity.name.function",
"text": "createManagedTopicByName",
"textToLower": "createmanagedtopicbyname",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_createManagedTopicByName_-1:0"
},
"parentId": "ConnectApi.managedtopics",
"order": 3,
"memberOrder": 3,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.ManagedTopic createManagedTopicByName(String communityId, String name, ConnectApi.ManagedTopicType managedTopicType)",
"overrideSignature": "public static override ConnectApi.ManagedTopic createManagedTopicByName(String communityId, String name, ConnectApi.ManagedTopicType managedTopicType)",
"simplifiedSignature": "createManagedTopicByName(String,String,ConnectApi.ManagedTopicType)",
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopicbyname.datatype.ConnectApi.ManagedTopic",
"nodeType": "datatype",
"name": "ConnectApi.ManagedTopic",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopicbyname",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedTopic"
},
"description": "Create a managed topic of a specific type by name for a community.",
"parentName": "ManagedTopics",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 70
},
"end": {
"line": 0,
"character": 81
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:70"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 70
},
"end": {
"line": 0,
"character": 81
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:70"
},
"parentId": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopicbyname.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 63
},
"end": {
"line": 0,
"character": 69
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:63"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopicbyname",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"name": {
"id": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype).varParam.name",
"nodeType": "variable",
"name": "name",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 90
},
"end": {
"line": 0,
"character": 94
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_name_0:90"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 90
},
"end": {
"line": 0,
"character": 94
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_name_0:90"
},
"parentId": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopicbyname.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 83
},
"end": {
"line": 0,
"character": 89
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:83"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopicbyname",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"managedtopictype": {
"id": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype).varParam.managedtopictype",
"nodeType": "variable",
"name": "managedTopicType",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "managedTopicType",
"textToLower": "managedtopictype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 124
},
"end": {
"line": 0,
"character": 140
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedTopicType_0:124"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "managedTopicType",
"textToLower": "managedtopictype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 124
},
"end": {
"line": 0,
"character": 140
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedTopicType_0:124"
},
"parentId": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopicbyname.datatype.ConnectApi.ManagedTopicType",
"nodeType": "datatype",
"name": "ConnectApi.ManagedTopicType",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 96
},
"end": {
"line": 0,
"character": 106
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:96"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopicbyname",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedTopicType"
},
"description": "Use either the ID for a community, internal, or null. Name of the topic. Specify the type of managed topic. Content—Topics that are associated with native content. Featured—Topics that are featured, for example, on the community home page, but don’t provide overall navigation. Navigational—Topics that display in a navigational menu in the community. A topic can be associated with all three managed topic types, so a topic can be a Featured, Navigational, and Content topic. You can create up to 25 Featured and 5,000 Content topics. You can create up to eight levels of Navigational managed topics with 25 top-level topics and 10 children topics per level for a maximum of 2,775 Navigational topics.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"createmanagedtopicbyname(string,string,connectapi.managedtopictype,string)": {
"id": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype,string)",
"nodeType": "method",
"name": "createManagedTopicByName",
"startToken": {
"type": "declaration.entity.name.function",
"text": "createManagedTopicByName",
"textToLower": "createmanagedtopicbyname",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_createManagedTopicByName_-1:0"
},
"parentId": "ConnectApi.managedtopics",
"order": 4,
"memberOrder": 4,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.ManagedTopic createManagedTopicByName(String communityId, String name, ConnectApi.ManagedTopicType managedTopicType, String parentId)",
"overrideSignature": "public static override ConnectApi.ManagedTopic createManagedTopicByName(String communityId, String name, ConnectApi.ManagedTopicType managedTopicType, String parentId)",
"simplifiedSignature": "createManagedTopicByName(String,String,ConnectApi.ManagedTopicType,String)",
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopicbyname.datatype.ConnectApi.ManagedTopic",
"nodeType": "datatype",
"name": "ConnectApi.ManagedTopic",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopicbyname",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedTopic"
},
"description": "Create a child managed topic by name for a community.",
"parentName": "ManagedTopics",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype,string).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 70
},
"end": {
"line": 0,
"character": 81
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:70"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 70
},
"end": {
"line": 0,
"character": 81
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:70"
},
"parentId": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopicbyname.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 63
},
"end": {
"line": 0,
"character": 69
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:63"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopicbyname",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"name": {
"id": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype,string).varParam.name",
"nodeType": "variable",
"name": "name",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 90
},
"end": {
"line": 0,
"character": 94
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_name_0:90"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 90
},
"end": {
"line": 0,
"character": 94
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_name_0:90"
},
"parentId": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopicbyname.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 83
},
"end": {
"line": 0,
"character": 89
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:83"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopicbyname",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"managedtopictype": {
"id": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype,string).varParam.managedtopictype",
"nodeType": "variable",
"name": "managedTopicType",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "managedTopicType",
"textToLower": "managedtopictype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 124
},
"end": {
"line": 0,
"character": 140
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedTopicType_0:124"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "managedTopicType",
"textToLower": "managedtopictype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 124
},
"end": {
"line": 0,
"character": 140
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedTopicType_0:124"
},
"parentId": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype,string)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.managedtopics.createmanagedtopicbyname.datatype.ConnectApi.ManagedTopicType",
"nodeType": "datatype",
"name": "ConnectApi.ManagedTopicType",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 96
},
"end": {
"line": 0,
"character": 106
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:96"
},
"parentId": "ConnectApi.managedtopics.createmanagedtopicbyname",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedTopicType"
},
"scope": null
},
"parentid": {
"id": "ConnectApi.managedtopics.method.createmanagedtopicbyname(string,string,connectapi.managedtopictype,string).varParam.parentid",
"nodeTy