コード例 #1
0
 public static List <ExternalUser> MetaEDiscoveryRecipientListRead(this FolderModel folder, bool includeHash = true)
 {
     return(APIModelExtensions.MetaExternalUserListRead(folder, MetadataKeyConstants.E_DISCOVERY_RECIPIENT_LIST, includeHash));
 }
コード例 #2
0
 public static List <ExternalUser> MetaLEOUploadOfficerListRead(this FolderModel folder, bool includeHash = true)
 {
     return(APIModelExtensions.MetaExternalUserListRead(folder, MetadataKeyConstants.LEO_UPLOAD_OFFICERS, includeHash));
 }