ImageTypeOptions.SourceType
Description:
Indicates whether the image type is a link or an import.
Indicates whether the image type is a link or an import.
Remarks:
Use this property with the method ImageType::Create to create a linked image type. Use this property with the method ImageType::ReloadFrom to convert an import image type to a link and vice versa. Valid values are 'Import' and 'Link'.
Use this property with the method ImageType::Create to create a linked image type. Use this property with the method ImageType::ReloadFrom to convert an import image type to a link and vice versa. Valid values are 'Import' and 'Link'.
public ImageTypeSource SourceType { get; set; }
-
When setting this property: The ImageType source is not correct. Only Link or Import values are allowed.
-
When setting this property: A value passed for an enumeration argument is not a member of that enumeration