What is the difference between item.IsClone vs item.IsItemClone?
What is the difference between item.IsClone vs item.IsItemClone ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
item.IsClonedoes a quick check for a cloning relation for the context language.item.IsItemCloneis a little more sophisticated; it will also do the check for the current language, but if there is no cloning relation found, it will check again for all other language versions. Also, the result of this property is cached in the DataCache.I think in most cases you are best off using
IsItemClone.