How can we access Page metadata in DataView Webpart in SharePoint Designer 2013?

Hi,
 I need to access Page metadata in my Data view web part and I am having a feeling, that the "Form" option can help me getting Page metadata, but I am not able to get much information about using this field as a parameter source on net? Can
anybody advise, how to use "Form" option in "Parameter Source" in SharePoint Designer 2013
 OR Suggest me any other way to get Page metadata in Data View Webpart?
Thanks in advance,
Regards,
Deepali
Deepali

Hi  Deepali,
All the parameter source are ASP Request Object collections  which is used to get information from a visitor.  
For accessing page metadata, you can select Server  Variable.
For more information ,you can refer to the following article:
http://www.w3schools.com/asp/asp_ref_request.asp
http://blogs.msdn.com/b/spdsupport/archive/2008/07/25/data-view-data-form-parameters-you-don-t-know-about.aspx
Best Regards,
Eric
Eric Tao
TechNet Community Support

Similar Messages

  • How can we call "SP.UI.Notify.addNotification" methods in sharepoint designer page(.aspx) load without any onclick control?

    Hello Friends,
    How can we call "SP.UI.Notify.addNotification" methods in sharepoint designer page(.aspx) load without any onclick control?
    Scenario: When i was open my page i need to show below script,But here i used button control.
    <script type="text/javascript" src="/_layouts/14/MicrosoftAjax.js"></script><script src="/_layouts/14/sp.runtime.js" type="text/javascript"></script>
    <script src="/_layouts/14/sp.js" type="text/javascript"></script><script type="text/javascript">
    var strNotificationID;
    function showNofication()
     strNotificationID = SP.UI.Notify.addNotification("<font color='#AA0000'>In Progress..</font> <img src='/_Layouts/Images/kpiprogressbar.gif' align='absmiddle'> ", false);
    </script>
    <div class="ms-toolpanefooter"><input class="UserButton" onclick="Javascript:showNofication();" type="button" value="Show Nofitication"/> </div>
    Thanks
    Reddy

    Hi  Reddy,
    You can use the window.onload method for achieving your demand as below:
    <script type="text/javascript">
    window.onload=function(){
    </script>
    Hope this helps!
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How to add .js link in custom list form through sharepoint designer 2013

    hi friends
    so far i was adding jquery code to script editor webpart in custom list form.
    but i need to know how to add .js link in custom list form through sharepoint designer 2013
    please help me.

    Hi,
    We can add the "JS Link Property" in the “WebPart” node in the custom list form page through SharePoint designer 2013.
    Here is an example for your reference:
    <JSLink xmlns="http://schemas.microsoft.com/WebPart/v2/ListForm">~site/Style Library/js/custom.js</JSLink>
    Noticed that, we should not lose the 'xmlns="http://schemas.microsoft.com/WebPart/v2/ListForm' attribute.
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How can I access the metadata templates?

    I would like to use metadata templates in Photoshop CC 2014.2.2 from the File > File Info... menu option. When I click on Import in the Template drop-down menu at the bottom, the file browser comes up with the Metadata Templates folder selected but I can't navigate into the folder to select a particular template. I can swipe to see half of the column but it springs right back so I can't select a template.
    I'm running Mac OS X 10.10.3.

    komphoto,
    The keywords file is buried deep inside the INVISIBLE user Library, or "~Library" (that's a tilde before the word Library, which designates the User Library, a.k.a, the Home Folder Library).
    In order to make it visible temporarily, you have to go to the Finder, then go to the "Go" menu and select the "Go To Folder…" menu item, and type ~Library in the text field.
    That will open a new Finder window which will be grayed out to indicate that it's normally hidden.  From there you can follow the path:
    Note that I'm not saying this will work.  I have never done it myself.  I'm just trying to clear up the confusion caused by the previous poster.

  • How can I access user permission for specific items in Sharepoint 2013 via REST API?

    I want to access user permissions for specific items like lists, documents, folders etc. via the REST API.
    Currently I am hitting the following endpoint:
    http://win-5a8pp4v402g/sharepoint_test/site_1/_api/web/getUserEffectivePermissions('win-5a8pp4v402g\\Sharepoint User 2')
    However the response looks like this:
       "d":
           "GetUserEffectivePermissions":
               "__metadata":
                   "type": "SP.BasePermissions"
               "High": "0",
               "Low": "0"
    I cant understand why high and low are both 0? I have added the user to a specific group. Also this is the same result for each of the users. Another thing to note is that I havent added the "Guest" user in the sharepoint server. So when I hit the endpoint for the Guest user, it still shows the same response. So I know there is something I am doing wrong.I want to access permission of a user for a specific item, say a document using the REST API. Can someone tell me how? What would be the endpoint?

    Thanks for the reply. Although this works for Lists, I need to get permissions of documents too. Here is what I have tried:
    http://win-5a8pp4v402g/sharepoint_test/site_1/_api/web/GetFileByServerRelativeUrl('/sharepoint_test/site_1/Documents/file1.txt')/GetUserEffectivePermissions(@user)?@user='i%3A0%23%2Ew%7Cwin-5a8pp4v402g%5Csharepoint%20user%201'
    And the response is:
       "error":
           "code": "-1, Microsoft.SharePoint.Client.ResourceNotFoundException",
           "message":
               "lang": "en-US",
               "value": "Cannot find resource for the request GetUserEffectivePermissions."
    Clearly this doesnt work for a file. Whats wrong?

  • Creating a Publishing Page with SharePoint Server 2013 Enterprise & SharePoint Designer 2013

    How can I create a Publishing Page using my existing Master Page. The purpose of this is that I want to use page layouts within that page. I cannot understand how to do that. I even tried from the SharePoint Designer 2013. Could someone help me to solve
    this matter.
    Thank You,
    Regards,
    Chiranthaka.

    Are you having trouble creating a custom page layout, getting it to appear when creating a Publishing Page, or getting it to use your custom Master Page?
    - If you are having trouble creating a page layout take a look at the following article:
    http://sharepoint-works.blogspot.com/2013/08/create-custom-page-layouts-in.html#.U0KQYPnxpaE
    - If you aren't seeing your page layout when creating a custom page check the settings under Page Layout and Site Templates in the Look and Feel
    section of the Site Settings page.
    - The master page used by all Publishing Pages is the Site Master Page.  You can change which Master page is used in the Master Page link in the Look and Feel section of the Site Settings page.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • How can I access xml document from javascript whithin a JSP page

    how can I access xml document from javascript whithin a JSP page?
    I have a JSP that receives an XML document from a JavaBean, so I can access it within the entire JSP, but I need to access it from the javascript inside the JSP... and I have no idea how i can do this.
    Thanks in advance!

    The solution would only work on MS IE browsers, as other browsers do not support an XML DOM.
    It can be done, but you would be stuck with using the Microsoft broswer. If that is acceptable, I have some example code, and a book recommendation.

  • How can I access JSP variables from a JavaScript function in a JSP page?

    Respected sir
    How can I access JSP variables from a JavaScript function in a JSP page?
    Thanx

    You may be get some help from the code below.
    <%
        String str="str";
    %>
    <script>
        function accessVar(){
           var varStr='<%=str%>';
           alert(varStr);// here will diplay 'str'
    </script>

  • How can I access docs on a frozen Pages app? The Pages app froze up after attempted repair at the Genius bar last night.  The IPAD was having significant memory errors, and staff backed it up to the ICloud, then wiped the IPAD clean and restored the apps.

    How can I access documents on a frozen Pages app? The Pages app on my IPAD does not function after the IPAD was backed up on the ICloud, and then restored. I synced the IPAD, but this did not solve the problem.  Other apps are working, just not Pages.  Please help! These docs are badly needed for work.  Thanks so much!

    Have you tried closing the Pages app completely and seeing if it works ok when you re-open it ? From the home screen (i.e. not with Pages 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Pages app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • How can i access built _in portlet pages(???)

    Hi every body,
    how can i access built _in portlet pages.
    i want to replace their button and images.
    can every body help me???????????????
    thanks

    You can't - it's only for cell phones.
    Clinton

  • How can i access my docs (pages) in my iCloud from my iPad? I do no have pages in my iPad? help please

    How can i access my docs (pages) in my iCloud from my iPad? I do no have pages in my iPad? help please

    Why would you want to access your Pages documents on the iPad if you don't have Pages?
    If you wanted to email them to someone, you could have done that on the Mac. If you want to edit them on the iPad you need the app on the iPad.

  • How can I access my iCloud account on the web from my phone

    how can I access my iCloud account on the web from my phone
    iPhone 5 iOS 8.3
    I have iCloud turned on, location services on, find my phone works but when I try to access iCloud via Safari on the phone it takes me to a page Apple.com,
    iCloud then three options
    set up iCloud on my phone (i have)
    Install Find my phone, it is installed and it works from my MBP
    or install find my friends, I don't need that I have no friends.
    my calendars and contacts and bookmarks and all are all sync'd and working on the phone, but i thought if I typed in iCloud.com on the phone in Safari I would go to my iCloud web page that looks like this on my Mac.
    Is that NOT how iCloud should/would look on my phone via Safari?
    This is maybe a dumb question after 3+ year of iPhone'ing
    thank you for clarifying or helping me to understand
    jojoguitar_mmn_usa

    I've been playing with a Galaxy here at work and here's what I've found so far - please feel free to jump in and suggest alternative methods to configure or access the various icloud components.
    So the original Q: Can you access your icloud account on Android?
    Not entirely: the website can't be used from an android browser (not properly - even with Dolphin HD and posing as different browsers it won't load correctly.  So Find my iphone is out, so is the address book or looking at your e-mail or calendar just in a browser window
    I was able to setup my e-mail using the IMAP settings published here:
    http://support.apple.com/kb/HT4864
    Be sure to setup the account manually - and note if you have trouble using SSL try TLS (that worked for me)
    Address book is a no go so you'll have to use iTunes to sync all your contacts over to Gmail - if you still have an iPad it means managing contacts in two places though .  Same goes for your calendar - transfer it to Gmail and forget about iCloud's calendar.  Nice instructions here: http://howto.cnet.com/8301-11310_39-20064060-285/how-to-switch-from-iphone-to-an droid/
    iWork is an Apple proprietary bit so don't expect much there.
    So in my case, if I'm really going to make the switch to a Galaxy from my iPhone it really means I'm going to have to switch to using google as the backend.  The timing to swap over to a galaxy/android phone is not the greatest - given that I'd have to give up my Apple addiction (syncing photos and itunes and losing access to my device tracking).  Plus I still have an iPad and a mac and like living in the Apple ecosystem.  I think I'll wait and see what the new iPhone looks like before I commit

  • How can I access my iCloud account from my computer, when I'm running OSX Leopard?

    I have a Mac Book running Leopard and I don't have the iCloud icon in my settings.. How can I access my iCloud account/back up my computer to the cloud?

    Your signature says you have 10.6.8 which is Snow Leopard, but that is still not compatible with iCloud. You cannot back up your computer to iCloud in any case - it doesn't provide for that, only for iOS backups.
    The minimum requirement for iCloud is Lion 10.7.5 (Mountain Lion preferred): the iCloud Preference Pane does not appear on earlier systems - the MobileMe pane appears on Lion and earlier but is non non-functional - you cannot now open or access a MobileMe account.
    If you have already set up an iCloud account on another Mac or device you can make limited use of it with Snow Leopard - details here.
    To make full use of iCloud you will have to upgrade your Mac to Lion or Mountain Lion, provided it meets the requirements.
    The requirements for Lion are:
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    To purchase it you will have to ring Apple at the number given at the bottom left of this page.
    The requirements for Mountain Lion are:
    OS X v10.6.8 or later
    2GB of memory
    8GB of available space
    and the supported models are:
    iMac (Mid 2007 or newer)
    MacBook (Late 2008 Aluminum, or Early 2009 or newer)
    MacBook Pro (Mid/Late 2007 or newer)
    Xserve (Early 2009)
    MacBook Air (Late 2008 or newer)
    Mac mini (Early 2009 or newer)
    Mac Pro (Early 2008 or newer)
    It is available from the Mac App Store (in Applications).
    You should be aware that PPC programs (such as AppleWorks) will not run on Lion or above; and some other applications may not be compatible - there is a useful compatibility checklist at http://roaringapps.com/apps:table
    (If in fact you are running Leopard and it is an Intel Mac you will have to upgrade to Snow Leopard to access the Mac App Store - it's available in the online Apple Store. However if you have a PPC Mac you cannot run Snow Leopard and cannot proceed further.)

  • How can I extract pages from a PDF? The Tools menu is missing.

    I used to be able to extract pages from my PDF file. I don't see the tools icon anymore. How can I access the tools icon?

    Hi lenm,
    To extract pages, you need to use Acrobat (not Adobe Reader). As I can attest (because I do have both Reader and Acrobat installed on the same computer), it is quite easy to open files in Reader when you mean to open then in Acrobat. So, please make sure you have the right app open. (I pull this one all the time!)
    Now, if the Tools menu is missing from Acrobat, choose View > Show/Hide > Toolbar Items > Show Toolbars to make them reappear.
    Please let us know how it goes.
    Best,
    Sara

  • I cannot view pictures in one of my files, they all have a small circle in front to them, How can I access them?

    Since the Maverick upgrade, I cannot view pictures in one of my files, they all have a small circle in front to them, How can I access them?

    Looking at this data, it appears to all be quarentined.  I presume this is the problem.  Not sure how it happened, but what do I do next?
    total 1022016
    drwxrwxrwx  130 501  20  -      4420 Nov  1 12:02 .
    drwx------+   5 501  20  -       170 Nov  4 11:36 ..
    0: ABCDEFAB-CDEF-ABCD-EFAB-CDEF0000000C deny delete
    -rw-r--r--@   1 501  20  -     24580 Nov  1 10:17 .DS_Store
              com.apple.FinderInfo                 32
    -rw-r--r--    1 501  20  -         0 Nov  1 12:02 .com.apple.timemachine.supported
    -rw-r--r--@   1 501  20  -     68209 Sep  1 19:01 1003755_10151572967007919_1735099829_n.jpg
              com.apple.metadata:kMDItemDownloadedDate                 53
              com.apple.metadata:kMDItemWhereFroms                140
              com.apple.quarantine                 25
    -rw-r--r--@   1 501  20  -     39634 Jul 15 13:35 1057696_465455360212684_141716797_n.jpg
              com.apple.metadata:kMDItemDownloadedDate                 53
              com.apple.metadata:kMDItemWhereFroms                327
              com.apple.quarantine                 25
    -rw-r--r--@   1 501  20  -     78315 Sep  1 19:01 1229985_10151620879572919_1488245660_n.jpg
              com.apple.metadata:kMDItemDownloadedDate                 53
              com.apple.metadata:kMDItemWhereFroms                140
              com.apple.quarantine                 25
    -rw-r--r--@   1 501  20  -     76387 Sep 15 21:46 1235441_10151681599493723_632593470_n.jpg
              com.apple.metadata:kMDItemDownloadedDate                 53
              com.apple.metadata:kMDItemWhereFroms                140
              com.apple.quarantine                 25
    -rw-r--r--@   1 501  20  -     14432 Sep 10 11:40 1236741_10151643929467919_283733894_n.jpg
              com.apple.metadata:kMDItemDownloadedDate                 53
              com.apple.metadata:kMDItemWhereFroms                139
              com.apple.quarantine                 22
    -rw-r--r--@   1 501  20  -     74672 Sep  1 18:59 1240498_10151628006147919_1412952436_n.jpg
              com.apple.metadata:kMDItemDownloadedDate                 53
              com.apple.metadata:kMDItemWhereFroms                140
              com.apple.quarantine                 25
    -rw-r--r--@   1 501  20  -     94347 Jun  4 11:05 249190_10151467034942919_1728646541_n.jpg
              com.apple.metadata:kMDItemDownloadedDate                 53
              com.apple.metadata:kMDItemWhereFroms                135
              com.apple.quarantine                 25
    -rw-r--r--@   1 501  20  -     44344 Aug 19 19:41 556324_481591665265720_1129146640_n.jpg
              com.apple.metadata:kMDItemDownloadedDate                 53
              com.apple.metadata:kMDItemWhereFroms                141
              com.apple.quarantine                 25
    -rw-r--r--@   1 501  20  -     43375 Oct 27 13:34 644231_10151728384762919_193954243_n.jpg
              com.apple.metadata:kMDItemDownloadedDate                 53
              com.apple.metadata:kMDItemWhereFroms                139
              com.apple.quarantine                 25
    -rw-r--r--@   1 501  20  -     98896 Jul  5 22:20 943555_10151520075642919_285623566_n.jpg
              com.apple.metadata:kMDItemDownloadedDate                 53
              com.apple.metadata:kMDItemWhereFroms                145
              com.apple.quarantine                 25
    -rw-r--r--@   1 501  20  -     92775 Jun  2 20:46 Adalyn - NICU Nurse Pics - 0055.jpeg
              com.apple.metadata:kMDItemWhereFroms                163
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     67788 Jun  2 20:47 Adalyn - NICU Nurse Pics - 0063.jpeg
              com.apple.metadata:kMDItemWhereFroms                163
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     58365 May 27 12:57 Adalyn - NICU Nurse Pics - 0069 copy.jpeg
              com.apple.metadata:kMDItemWhereFroms                163
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     58365 Jun  2 20:47 Adalyn - NICU Nurse Pics - 0069.jpeg
              com.apple.metadata:kMDItemWhereFroms                163
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    213210 Aug 10 15:19 Adalyn Rie Jin (Aug) - 0071.jpeg
              com.apple.metadata:kMDItemWhereFroms                201
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    213150 Aug 10 15:19 Adalyn Rie Jin (Aug) - 0081.jpeg
              com.apple.metadata:kMDItemWhereFroms                201
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    175631 Aug 10 15:19 Adalyn Rie Jin (Aug) - 0086.jpeg
              com.apple.metadata:kMDItemWhereFroms                201
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    236614 Aug 10 15:19 Adalyn Rie Jin (Aug) - 0088.jpeg
              com.apple.metadata:kMDItemWhereFroms                201
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     89330 Aug 12 04:12 Adalyn Rie Jin (Aug) - 0092.jpeg
              com.apple.metadata:kMDItemWhereFroms                199
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     58946 Aug 12 04:12 Adalyn Rie Jin (Aug) - 0098.jpeg
              com.apple.metadata:kMDItemWhereFroms                199
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     62987 Aug 12 04:12 Adalyn Rie Jin (Aug) - 0108.jpeg
              com.apple.metadata:kMDItemWhereFroms                199
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     70399 Jul  8 04:15 Adalyn Rie Jin (July) - 0118.jpeg
              com.apple.metadata:kMDItemWhereFroms                186
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     66857 Jul  8 04:15 Adalyn Rie Jin (July) - 0157.jpeg
              com.apple.metadata:kMDItemWhereFroms                186
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     63040 Jul  8 04:15 Adalyn Rie Jin (July) - 0165.jpeg
              com.apple.metadata:kMDItemWhereFroms                169
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    138126 Jul 22 10:49 Adalyn Rie Jin (July) - 0178.jpeg
              com.apple.metadata:kMDItemWhereFroms                204
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    129088 Jul 22 10:49 Adalyn Rie Jin (July) - 0192.jpeg
              com.apple.metadata:kMDItemWhereFroms                204
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    148180 Jul 22 10:49 Adalyn Rie Jin (July) - 0204.jpeg
              com.apple.metadata:kMDItemWhereFroms                204
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    206819 Jul 22 10:49 Adalyn Rie Jin (July) - 0212.jpeg
              com.apple.metadata:kMDItemWhereFroms                204
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    170473 Jul 22 10:47 Adalyn Rie Jin (July) - 0225.jpeg
              com.apple.metadata:kMDItemWhereFroms                204
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    180558 Jul 22 10:47 Adalyn Rie Jin (July) - 0229.jpeg
              com.apple.metadata:kMDItemWhereFroms                204
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    151541 Jul 22 10:47 Adalyn Rie Jin (July) - 0247.jpeg
              com.apple.metadata:kMDItemWhereFroms                204
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     66967 Jul 29 04:02 Adalyn Rie Jin (July) - 0286.jpeg
              com.apple.metadata:kMDItemWhereFroms                174
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    160743 Jun 27 14:08 Adalyn Rie Jin (June) - 0072 copy 2.jpeg
              com.apple.metadata:kMDItemWhereFroms                181
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    160743 Jun 12 21:24 Adalyn Rie Jin (June) - 0072 copy.jpeg
              com.apple.metadata:kMDItemWhereFroms                181
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    160743 Jun  9 05:57 Adalyn Rie Jin (June) - 0072.jpeg
              com.apple.metadata:kMDItemWhereFroms                181
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    166683 Jun 27 14:07 Adalyn Rie Jin (June) - 0143.jpeg
              com.apple.metadata:kMDItemWhereFroms                170
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    148019 Jun 27 14:08 Adalyn Rie Jin (June-NICU) - 0007 copy 2.jpeg
              com.apple.metadata:kMDItemWhereFroms                172
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    148019 Jun 12 21:24 Adalyn Rie Jin (June-NICU) - 0007 copy.jpeg
              com.apple.metadata:kMDItemWhereFroms                172
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    148019 Jun  9 13:33 Adalyn Rie Jin (June-NICU) - 0007.jpeg
              com.apple.metadata:kMDItemWhereFroms                172
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    134451 Jun 27 14:08 Adalyn Rie Jin (June-NICU) - 0009 copy 2.jpeg
              com.apple.metadata:kMDItemWhereFroms                172
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    134451 Jun 12 21:24 Adalyn Rie Jin (June-NICU) - 0009 copy.jpeg
              com.apple.metadata:kMDItemWhereFroms                172
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    134451 Jun  9 13:33 Adalyn Rie Jin (June-NICU) - 0009.jpeg
              com.apple.metadata:kMDItemWhereFroms                172
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    131080 Jun 27 14:08 Adalyn Rie Jin (June-NICU) - 0064 copy 2.jpeg
              com.apple.metadata:kMDItemWhereFroms                172
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    131080 Jun 12 21:24 Adalyn Rie Jin (June-NICU) - 0064 copy.jpeg
              com.apple.metadata:kMDItemWhereFroms                172
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    131080 Jun  9 13:33 Adalyn Rie Jin (June-NICU) - 0064.jpeg
              com.apple.metadata:kMDItemWhereFroms                172
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     71244 Oct 13 16:24 Adalyn Rie Jin (Oct) - 0005.jpeg
              com.apple.metadata:kMDItemWhereFroms                169
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     75196 Oct 13 16:24 Adalyn Rie Jin (Oct) - 0025.jpeg
              com.apple.metadata:kMDItemWhereFroms                169
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     56225 Oct 13 16:26 Addy 10-14-2013.jpg
              com.apple.metadata:kMDItemDownloadedDate                 53
              com.apple.metadata:kMDItemWhereFroms                140
              com.apple.quarantine                 22
    -rw-r--r--@   1 501  20  -    113209 Sep  5 19:11 AddyNCIU.jpg
              com.apple.metadata:kMDItemWhereFroms                158
              com.apple.quarantine                 58
    -rw-r--r--@   1 501  20  -     94964 Nov  1 08:09 Halloween - 0016.jpeg
              com.apple.metadata:kMDLabel_cybkhiyr35wptyfihxct6x736u                121
              com.apple.quarantine                 19
    -rw-r--r--@   1 501  20  -     97229 Nov  1 08:11 Halloween - 0020.jpeg
              com.apple.metadata:kMDLabel_cybkhiyr35wptyfihxct6x736u                121
              com.apple.quarantine                 19
    -rw-r--r--@   1 501  20  -     78422 Nov  1 08:11 Halloween - 0022.jpeg
              com.apple.metadata:kMDLabel_cybkhiyr35wptyfihxct6x736u                121
              com.apple.quarantine                 19
    -rw-r--r--@   1 501  20  -   1861274 Jun  2 20:52 IMG_0030.jpg
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   2062981 Jun  2 20:52 IMG_0031.jpg
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   1918618 Jun  2 20:52 IMG_0032.jpg
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   1920997 Jun  2 20:52 IMG_0033.jpg
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   1730364 Jun  2 20:52 IMG_0034.jpg
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   1876748 Jun  2 20:52 IMG_0035.jpg
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   1770509 Jun  2 20:52 IMG_0036.jpg
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   1820947 Jun  2 20:52 IMG_0037.jpg
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   1820658 Jun  2 20:52 IMG_0038.jpg
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   1643763 Jun  2 20:52 IMG_0039.jpg
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   1774206 Jun  2 20:52 IMG_0040.jpg
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   1952998 Jun  2 20:52 IMG_0041.jpg
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   1896283 Jun  2 20:52 IMG_0042.jpg
              com.apple.quarantine                 21
    -rw-rw-rw-@   1 501  20  -   2044434 May 21 22:16 IMG_0080.jpg
              com.apple.FinderInfo                 32
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   2364888 May 21 22:16 IMG_0081.jpg
              com.apple.FinderInfo                 32
              com.apple.quarantine                 21
    -rw-rw-rw-@   1 501  20  -   1932344 May 21 18:34 IMG_0084.JPG
              com.apple.quarantine                 21
    -rw-rw-rw-@   1 501  20  -   2346369 May 21 18:34 IMG_0085.JPG
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   2327908 May 21 18:34 IMG_0087.JPG
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   2334536 May 21 18:34 IMG_0089.JPG
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   2289660 May 21 18:34 IMG_0091.JPG
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   5010714 Jun  3 15:57 IMG_0093.MOV
              com.apple.metadata:kMDItemWhereFroms                146
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -   2651630 May 31 17:11 IMG_0114.JPG
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   1736302 May 31 20:23 IMG_0117.jpg
              com.apple.FinderInfo                 32
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   2347580 May 31 20:24 IMG_0118.jpg
              com.apple.FinderInfo                 32
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   1801120 May 31 20:24 IMG_0119.jpg
              com.apple.FinderInfo                 32
              com.apple.quarantine                 21
    -rw-r--r--@   1 501  20  -   2575386 May 31 20:24 IMG_0121.jpg
              com.apple.FinderInfo                 32
              com.apple.quarantine                 21
    -rw-rw-rw-@   1 501  20  -   2783481 May 31 20:25 IMG_0123.jpg
              com.apple.FinderInfo                 32
              com.apple.quarantine                 21
    -rw-rw-rw-@   1 501  20  -   2069637 May 31 20:25 IMG_0124.jpg
              com.apple.FinderInfo                 32
              com.apple.quarantine                 21
    -rw-rw-rw-@   1 501  20  -   2568186 May 31 20:25 IMG_0125.jpg
              com.apple.FinderInfo                 32
              com.apple.quarantine                 21
    -rw-rw-rw-@   1 501  20  -   1905600 May 31 20:25 IMG_0126.jpg
              com.apple.FinderInfo                 32
              com.apple.quarantine                 21
    -rw-rw-rw-@   1 501  20  -   1508097 May 31 20:25 IMG_0134.jpg
              com.apple.FinderInfo                 32
              com.apple.quarantine                 21
    -rw-r--r--    1 501  20  - 426830833 May 31 18:00 IMG_0135.MOV
    -rw-r--r--@   1 501  20  -   2323991 Jun  2 20:47 IMG_0165.MOV
              com.apple.metadata:kMDItemWhereFroms                183
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    540672 Jun 10 15:33 IMG_1036.jpg
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -    876994 Jun 25 20:36 IMG_2139 copy.jpeg
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -    876994 Jun 25 20:36 IMG_2139.jpeg
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -   2351104 Aug  7 14:24 IMG_2202.jpg
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -    610304 Jul 13 19:48 IMG_2737.jpg
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -    947623 Jun 18 04:11 IMG_2834.jpeg
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -    734636 Jun 16 13:10 IMG_3568.JPG
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -   1012227 Jul 16 16:48 IMG_4915 copy.jpeg
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -   1012227 Jul 16 16:48 IMG_4915.jpeg
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -    843132 Jun 16 16:59 IMG_5371.jpeg
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -    835984 Jul  2 21:09 IMG_6054.jpeg
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -    667863 Aug  1 14:13 IMG_7585.jpeg
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -    221184 Jul 12 20:18 IMG_8857.jpg
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -    802816 Jun  4 18:39 IMG_8896.jpg
              com.apple.metadata:kMDItemDownloadedDate                 50
              com.apple.metadata:kMDItemWhereFroms                 97
              com.apple.quarantine                 56
    -rw-r--r--@   1 501  20  -    158868 Oct 31 14:50 Old-Ice-Pond-at-Hinkley-Park-autumn-in-Maine.jpg
              com.apple.metadata:kMDItemDownloadedDate                 53
              com.apple.metadata:kMDItemWhereFroms                154
              com.apple.quarantine                 25
    -rw-r--r--@   1 501  20  -    112728 Jul  4 04:23 image copy 2.jpeg
              com.apple.metadata:kMDItemWhereFroms                162
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    100063 Jul 25 15:58 image copy 3.jpeg
              com.apple.metadata:kMDItemWhereFroms                156
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    118634 Jul 25 15:58 image copy 4.jpeg
              com.apple.metadata:kMDItemWhereFroms                156
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    140100 Jul 25 15:58 image copy 5.jpeg
              com.apple.metadata:kMDItemWhereFroms                156
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    132516 Jul  4 04:18 image copy.jpeg
              com.apple.metadata:kMDItemWhereFroms                162
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    100063 Jun  3 15:55 image.jpeg
              com.apple.metadata:kMDItemWhereFroms                156
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -   1204230 Oct 13 19:31 photo 1.JPG
              com.apple.metadata:kMDItemWhereFroms                135
              com.apple.quarantine                 22
    -rw-r--r--@   1 501  20  -    106847 Jun  3 15:57 photo copy 10.JPG
              com.apple.metadata:kMDItemWhereFroms                180
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    128718 Jun  3 15:58 photo copy 11.JPG
              com.apple.metadata:kMDItemWhereFroms                163
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    116632 Jun 12 21:23 photo copy 12.JPG
              com.apple.metadata:kMDItemWhereFroms                165
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    116632 Jun 27 14:08 photo copy 13.JPG
              com.apple.metadata:kMDItemWhereFroms                165
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -     94330 Jun 27 14:07 photo copy 14.JPG
              com.apple.metadata:kMDItemWhereFroms                158
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    112672 Jun 27 14:07 photo copy 15.JPG
              com.apple.metadata:kMDItemWhereFroms                158
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    130125 Jun 27 14:07 photo copy 16.JPG
              com.apple.metadata:kMDItemWhereFroms                165
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    113209 Sep  5 19:11 photo copy 17.JPG
              com.apple.metadata:kMDItemWhereFroms                158
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    674632 Oct  1 12:19 photo copy 18.JPG
              com.apple.metadata:kMDItemWhereFroms                135
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    544613 Jun  2 20:47 photo copy 2.JPG
              com.apple.metadata:kMDItemWhereFroms                194
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    592801 Jun  2 20:47 photo copy 3.JPG
              com.apple.metadata:kMDItemWhereFroms                178
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -   2157594 Jun  2 20:48 photo copy 4.JPG
              com.apple.metadata:kMDItemWhereFroms                172
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -   1271060 Jun  2 20:48 photo copy 5.JPG
              com.apple.metadata:kMDItemWhereFroms                172
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    132088 Jun  3 15:56 photo copy 6.JPG
              com.apple.metadata:kMDItemWhereFroms                162
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    113188 Jun  3 15:56 photo copy 7.JPG
              com.apple.metadata:kMDItemWhereFroms                168
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    178252 Jun  3 15:57 photo copy 8.JPG
              com.apple.metadata:kMDItemWhereFroms                159
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    112672 Jun  3 15:57 photo copy 9.JPG
              com.apple.metadata:kMDItemWhereFroms                158
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    133907 Jun  2 20:46 photo copy.JPG
              com.apple.metadata:kMDItemWhereFroms                168
              com.apple.quarantine                 55
    -rw-r--r--@   1 501  20  -    112597 Jun  2 20:46 photo.JPG
              com.apple.metadata:kMDItemWhereFroms                182
              com.apple.quarantine                 55

Maybe you are looking for

  • Jabber Client Discrepancies

    Hi Everyone, I just finished rolling out Jabber to over 150 users for a Cisco Gold Partner ( internally we wanted to deploy and have "lessons learned" before rolling to customers ).  We are all pretty much "power users" and we rolled it out to users

  • TS2755 Turning off Imessage on an ipod touch

    I bought my daughter an ipod touch and set her up on my apple account. I get a copy of all her texts.  Someone told me to turn off the IMessage on her ipod, but when i did her text didnt work at all.  It just asks me to turn it back on.  Is there a w

  • HT1491 How can I set a purchased tune to my ringtone - the above instructions are not working

    Hi, I have my new iphone here with me, I am really struggling to set a tune that is on the iphone as my ringtone - can anyone help? Many thanks. BTW it is a tune that I have purchased through Tunes on the phone so I can see and play it on the phone.

  • Item category 02000 is missing (obligatory in accounting transaction 0200/0

    Dear Guru we tried to post transaction customer with special GL account and Revenue line item with document type DI which is Customer Invoice. The point is users can post it for every month until now they do month-end closing and post the transaction

  • Table prob...

    i have as jsp page, which is used for the insertion of values using prepared statement in database.. my query is like that..which insert values in pay_header table.. PreparedStatement pstmt = conn.prepareStatement( ("INSERT INTO pay_header VALUES (?,