सीधे मुख्य सामग्री पर जाएँ
Switzerland (Deutsch)
Switzerland (Français)
Switzerland (Italiano)
Belgium (Nederlands)
Belgium (Français)
हम कैसे मदद कर सकते हैं?
खोज
PRO360 सहायता केंद्र
पंजीकरण और खाता सेटिंग
PRO360 सोशल लॉगिन
PRO360 सोशल लॉगिन
सोशल लॉगिन क्या है और यह PRO360 पर कैसे काम करता है?
क्या मैं अब भी अपने SingleKey ईमेल और पासवर्ड का उपयोग करके लॉग इन कर सकता हूँ?
जब मैं पहली बार सोशल लॉगिन से साइन अप करता हूँ तो क्या होता है?
मैं अपने लॉगिन प्रदाता(ओं) को कैसे देख या प्रबंधित कर सकता हूँ?
क्या मैं अपने PRO360 खाते में एक से अधिक लॉगिन प्रदाता जोड़ सकता हूँ?
अगर मैं लॉगिन प्रदाताओं को स्विच करना चाहता हूँ तो क्या होगा?
क्यों PRO360 ने जब मैंने एक अलग प्रदाता के साथ लॉग इन किया तो एक नया खाता बनाया?
मैं अपने खाते से लॉगिन प्रदाता को कैसे हटा सकता हूँ या अनलिंक कर सकता हूँ?
क्या मैं PRO360 पर अपना ईमेल पता अपडेट कर सकता हूँ?
मैंने अपने प्रदाता के साथ अपना ईमेल बदल दिया है, लेकिन PRO360 अभी भी पुराना दिखाता है। क्यों?
प्रमुख खोजें:
,
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (!block.description) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
क्या आप वह तलाश नहीं कर पा रहे हैं जो आप देख रहे हैं?
हमारी विशेषज्ञों की टीम मदद करने के लिए यहाँ है
हमसे संपर्क करें
श्रेणियाँ
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
नेविगेशन मेनू को टॉगल करें
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
श्रेणियाँ
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
और देखें
<% } %>
<% } %>