Partager via


PhotoImportSession.AppendSessionDateToDestinationFolder Propriété

Définition

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.

S’applique à