SourceToTargetCopierHandleExistingTargetContent Property |
Determines how any existing content in the target segment should be handled (if applicable).
Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApiAssembly: Sdl.FileTypeSupport.Framework.Core.Utilities (in Sdl.FileTypeSupport.Framework.Core.Utilities.dll) Version: 1.0.0.0 (1.0.2508.0)
Syntaxpublic ExistingContentHandling HandleExistingTargetContent { get; set; }
Public Property HandleExistingTargetContent As ExistingContentHandling
Get
Set
public:
property ExistingContentHandling HandleExistingTargetContent {
ExistingContentHandling get ();
void set (ExistingContentHandling value);
}
member HandleExistingTargetContent : ExistingContentHandling with get, set
Property Value
Type:
ExistingContentHandling
See Also
Comments