PhotoImportSession.DestinationFileNamePrefix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the prefix for the destination file name.
public:
property Platform::String ^ DestinationFileNamePrefix { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DestinationFileNamePrefix();
void DestinationFileNamePrefix(winrt::hstring value);
public string DestinationFileNamePrefix { get; set; }
var string = photoImportSession.destinationFileNamePrefix;
photoImportSession.destinationFileNamePrefix = string;
Public Property DestinationFileNamePrefix As String
Property Value
The prefix for the destination file name.
Remarks
The prefix must consist of valid filename characters and may not exceed 64 characters. It may not begin with a space or end in multiple spaces.