Exemplo n.º 1
0
 public static void MetaEDiscoveryRecipientListUpsert(this FolderModel folder, ExternalUser recipient)
 {
     APIModelExtensions.MetaExternalUserListUpsert(folder, recipient, MetadataKeyConstants.E_DISCOVERY_RECIPIENT_LIST);
 }
Exemplo n.º 2
0
 public static void MetaLEOUploadOfficerListUpsert(this FolderModel folder, ExternalUser officer)
 {
     APIModelExtensions.MetaExternalUserListUpsert(folder, officer, MetadataKeyConstants.LEO_UPLOAD_OFFICERS);
 }