संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
व्यू में शामिल फ़ाइल आईडी सेट करता है.
हस्ताक्षर
setFileIds(fileIds:string):DocsView;
विवरण
वैकल्पिक
नहीं
फ़ाइनल
नहीं
सुरक्षित सेक्स
नहीं
स्थिर
नहीं
पैरामीटर
नाम
टाइप
वैकल्पिक
ब्यौरा
fileIds
string
नहीं
फ़ाइल आईडी की स्ट्रिंग. एक से ज़्यादा फ़ाइल आईडी सेट करने पर, उन्हें अलग करने के लिए कॉमा का इस्तेमाल करें. अगर आपने किसी ऐसी फ़ाइल का फ़ाइल आईडी शामिल किया है जिसका ऐक्सेस उपयोगकर्ता के पास नहीं है, तो उस फ़ाइल को व्यू से हटा दिया जाएगा.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-01-21 (UTC) को अपडेट किया गया."],[[["`setFileIds` is a function that sets the file IDs to be included in a `DocsView`."],["The `setFileIds` function takes a mandatory string parameter `fileIds`, which can include multiple comma-separated file IDs."],["If a file ID specified in `fileIds` is not accessible to the user, that file will be excluded from the `DocsView`."],["The `setFileIds` function returns a `DocsView` object."]]],[]]