Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Nhà phát triểnSiêu dữ liệuChế độ hiển thị
Liệt kê các loại chế độ hiển thị siêu dữ liệu nhà phát triển.
Để gọi một enum, bạn gọi lớp mẹ, tên và thuộc tính của enum đó. Ví dụ:
SpreadsheetApp.DeveloperMetadataVisibility.DOCUMENT.
Thuộc tính
Thuộc tính
Loại
Mô tả
DOCUMENT
Enum
Bạn có thể truy cập siêu dữ liệu hiển thị trong tài liệu từ bất kỳ dự án nhà phát triển nào có quyền truy cập vào tài liệu đó.
PROJECT
Enum
Chỉ dự án nhà phát triển đã tạo siêu dữ liệu mới xem và truy cập được siêu dữ liệu hiển thị trong dự án. Không sử dụng siêu dữ liệu nhà phát triển hiển thị trong dự án làm cơ chế bảo mật hoặc để lưu trữ thông tin bí mật. Người dùng có quyền xem tài liệu có thể thấy thông tin này.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-12-02 UTC."],[[["`DeveloperMetadataVisibility` is used to define the visibility of developer metadata within a Google document."],["There are two visibility types: `DOCUMENT` which allows any developer project with document access to view the metadata, and `PROJECT` which limits visibility to the creating project only."],["Metadata visibility should not be used for security purposes or to hide sensitive information, as it can be accessed by users with viewing permissions."]]],[]]