Network: Metadata & { allowInternalUserLogin?: boolean | null; allowMembersToFlag?: boolean | null; allowedExtensions?: string | null; caseCommentEmailTemplate?: string | null; changePasswordTemplate: string; communityRoles?: CommunityRoles | null; description?: string | null; disableReputationRecordConversations?: boolean | null; emailFooterLogo?: string | null; emailFooterText?: string | null; emailSenderAddress: string; emailSenderName: string; enableCustomVFErrorPageOverrides?: boolean | null; enableDirectMessages?: boolean | null; enableGuestChatter?: boolean | null; enableGuestFileAccess?: boolean | null; enableGuestMemberVisibility?: boolean | null; enableInvitation?: boolean | null; enableKnowledgeable?: boolean | null; enableMemberVisibility?: boolean | null; enableNicknameDisplay?: boolean | null; enablePrivateMessages?: boolean | null; enableReputation?: boolean | null; enableShowAllNetworkSettings?: boolean | null; enableSiteAsContainer?: boolean | null; enableTalkingAboutStats?: boolean | null; enableTopicAssignmentRules?: boolean | null; enableTopicSuggestions?: boolean | null; enableUpDownVote?: boolean | null; feedChannel?: string | null; forgotPasswordTemplate: string; gatherCustomerSentimentData?: boolean | null; lockoutTemplate?: string | null; logoutUrl?: string | null; maxFileSizeKb?: number | null; navigationLinkSet?: NavigationLinkSet | null; networkMemberGroups?: NetworkMemberGroup | null; networkPageOverrides?: NetworkPageOverride | null; newSenderAddress?: string | null; picassoSite?: string | null; recommendationAudience?: RecommendationAudience | null; recommendationDefinition?: RecommendationDefinition | null; reputationLevels?: ReputationLevelDefinitions | null; reputationPointsRules?: ReputationPointsRules | null; selfRegProfile?: string | null; selfRegistration?: boolean | null; sendWelcomeEmail?: boolean | null; site: string; status: string; tabs: NetworkTabSet; urlPathPrefix?: string | null; verificationTemplate?: string | null; welcomeTemplate: string; } Type declaration
Optional allowInternalUserLogin?: boolean | null
Optional allowMembersToFlag?: boolean | null
Optional allowedExtensions?: string | null
Optional caseCommentEmailTemplate?: string | null
changePasswordTemplate: string
Optional communityRoles?: CommunityRoles | null
Optional description?: string | null
Optional disableReputationRecordConversations?: boolean | null
Optional emailFooterLogo?: string | null
Optional emailFooterText?: string | null
emailSenderAddress: string
emailSenderName: string
Optional enableCustomVFErrorPageOverrides?: boolean | null
Optional enableDirectMessages?: boolean | null
Optional enableGuestChatter?: boolean | null
Optional enableGuestFileAccess?: boolean | null
Optional enableGuestMemberVisibility?: boolean | null
Optional enableInvitation?: boolean | null
Optional enableKnowledgeable?: boolean | null
Optional enableMemberVisibility?: boolean | null
Optional enableNicknameDisplay?: boolean | null
Optional enablePrivateMessages?: boolean | null
Optional enableReputation?: boolean | null
Optional enableShowAllNetworkSettings?: boolean | null
Optional enableSiteAsContainer?: boolean | null
Optional enableTalkingAboutStats?: boolean | null
Optional enableTopicAssignmentRules?: boolean | null
Optional enableTopicSuggestions?: boolean | null
Optional enableUpDownVote?: boolean | null
Optional feedChannel?: string | null
forgotPasswordTemplate: string
Optional gatherCustomerSentimentData?: boolean | null
Optional lockoutTemplate?: string | null
Optional logoutUrl?: string | null
Optional maxFileSizeKb?: number | null
Optional navigationLinkSet?: NavigationLinkSet | null
Optional networkMemberGroups?: NetworkMemberGroup | null
Optional networkPageOverrides?: NetworkPageOverride | null
Optional newSenderAddress?: string | null
Optional picassoSite?: string | null
Optional selfRegProfile?: string | null
Optional selfRegistration?: boolean | null
Optional sendWelcomeEmail?: boolean | null
site: string
status: string
Optional urlPathPrefix?: string | null
Optional verificationTemplate?: string | null
welcomeTemplate: string