AssignCulture.RespectAlreadyAssignedItemCulture 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.
If the flag set to 'true' the incoming list with existing Culture metadata will not be ammended and CultureNeutralAssignedFiles filename will be equal to the original. In case the Culture metadata was not provided, the logic of RespectAlreadyAssignedItemCulture will not take any effect.
public:
property bool RespectAlreadyAssignedItemCulture { bool get(); void set(bool value); };
public bool RespectAlreadyAssignedItemCulture { get; set; }
member this.RespectAlreadyAssignedItemCulture : bool with get, set
Public Property RespectAlreadyAssignedItemCulture As Boolean