PhotoImportSession.AppendSessionDateToDestinationFolder Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur spécifiant si la date de session doit être ajoutée au nom du dossier de destination.
public:
property bool AppendSessionDateToDestinationFolder { bool get(); void set(bool value); };
bool AppendSessionDateToDestinationFolder();
void AppendSessionDateToDestinationFolder(bool value);
public bool AppendSessionDateToDestinationFolder { get; set; }
var boolean = photoImportSession.appendSessionDateToDestinationFolder;
photoImportSession.appendSessionDateToDestinationFolder = boolean;
Public Property AppendSessionDateToDestinationFolder As Boolean
Valeur de propriété
Boolean
bool
True si la date de session doit être ajoutée au nom du dossier ; sinon, false.