GlueViewOfficialPlugins.Scripting.MethodCallParser.IsReferencedFileSave C# (CSharp) Method

IsReferencedFileSave() private method

private IsReferencedFileSave ( string containerName, IElement iElement ) : bool
containerName string
iElement IElement
return bool
        private bool IsReferencedFileSave(string containerName, IElement iElement)
        {
            return iElement.GetReferencedFileSaveByInstanceNameRecursively(containerName) != null;
        }