How to programmatically get alert link from SPAlert object ?

Hello,
I am retrieving the alert collection programmatically using SPALertCollection Oobject.
I require to get the alert link using SPAlert object.
would you please let me know whether its possible to get the alert link programmatically ?
Thanks and Regards,
Dipti Chhatrapati

Hi Dipti, 
Thanks for posting your issue, Kindly check out the below mentioned code snippet if it works for you
public static void FixAlertUrl()
using (SPSite oSite = new SPSite("http://server/site"))
using (SPWeb oWeb = oSite.OpenWeb(oSite.RootWeb.ID))
SPAlertCollection oAlertCol = oWeb.Alerts;
int counter = 0;
foreach (SPAlert vAlert in oAlertCol)
vAlert.Properties["siteUrl"] = "http://newurl.domain.com";
vAlert.Update();
counter++;
Console.WriteLine(counter);
Also, check out below mentioned URLs to fix this issue
http://www.c-sharpcorner.com/uploadfile/anavijai/programmatically-creating-alerts-in-sharepoint-2010/
http://bongio81.blogspot.in/2014/03/sharepoint-2010-personalizzare-spalerts.html
http://sharepoint-insight.blogspot.in/2008/07/customising-alters-spalert.html
I hope this is helpful to you, mark it as Helpful.
If this works, Please mark it as Answered.
Regards,
Dharmendra Singh (MCPD-EA | MCTS)
Blog : http://sharepoint-community.net/profile/DharmendraSingh

Similar Messages

  • How can i get all links from html file ?

    I tried some code:
    List<string> metas = new List<string>();
    string text = "";
    string mys = "";
    public List<string> LockedThreads(string filename)
    HtmlWeb web = new HtmlWeb();
    HtmlAgilityPack.HtmlDocument doc = new HtmlAgilityPack.HtmlDocument();
    doc.Load(filename, Encoding.UTF8);
    var metaTags = doc.DocumentNode.SelectNodes("//meta");
    if (metaTags != null)
    foreach (var tag in metaTags)
    if (tag.Attributes["name"] != null && tag.Attributes["content"] != null)
    text = tag.Attributes["name"].Value;
    mys = tag.Attributes["content"].Value;
    var linksOnPage = from lnks in doc.DocumentNode.Descendants()
    where lnks.Name == "a" &&
    lnks.Attributes["href"] != null &&
    lnks.InnerText.Trim().Length > 0
    select new
    Url = lnks.Attributes["href"].Value,
    Text = lnks.InnerText
    foreach (HtmlNode node in doc.DocumentNode
    .SelectNodes("//a/@href | //img/@src"))
    metas.Add(node.Name);
    In the var linksOnPage i'm getting all the links but some of them not only links for example the first item i see:
    [0] = { Url = "/", Text = "&nbsp;&nbsp;&nbsp;&nbsp;" }
    Then the second item:
    [1] = { Url = "http://rotter.net/cgi-bin/forum/dcboard.cgi?az=login", Text = "התחבר" }
    Next i want to add another loop or variable that will contain only the links after im src for example:
    <img
    src="http://mysite.com"
    border="0"></a></TD><TD
    ALIGN="right"
    VALIGN="TOP"
    WIDTH="55%">
    So to get only http://mysite.com
    So in the end i will have two Lists:
    First List will contain all links from the html file.
    Second List only links that are in img src

    Ok i'm using regex now and i can get the links i need:
    List<string> metas = new List<string>();
    List<string> metas1 = new List<string>();
    string text = "";
    string mys = "";
    public List<string> LockedThreads(string filename)
    string[] fall = File.ReadAllLines(filename);
    foreach (string hh in fall)
    if (hh.Contains("http://rotter.net") && hh.Contains("locked")||
    hh.Contains("locked_icon_general") ||
    hh.Contains("locked_icon_anchor") ||
    hh.Contains("icon_anchor") ||
    hh.Contains("locked_icon_fire") ||
    hh.Contains("locked_icon_sport")||
    hh.Contains("locked_icon_camera")||
    hh.Contains("locked_icon_movie"))
    Regex linkParser = new Regex(@"\b(?:https?://|www\.)\S+\b", RegexOptions.Compiled | RegexOptions.IgnoreCase);
    foreach (Match m in linkParser.Matches(hh))
    metas.Add(m.Value);
    So now in the metas i have in this case two links.
    For example the first link is from this block in the file:
    The link i got is : http://rotter.net/forum/Images/hot_icon_anchor.gif
    And this is the right link from this block but now how do i get the text from this block and how i connect how do i know that this text belong to the link ? I need to add this text from this block to a new List. Before all that i counted on my own lines
    and got the text but that's a bad idea.
    I need somehow to get: שרשור תשדירי בחירות מרוכז:
    To get the text between the ToolTip',' and the second ',' but not from all the html file only in places of this two links i extracted.
    <TD ALIGN="RIGHT"
    VALIGN="TOP">
    <body onmousemove="overhere()">
    <a onmouseover="EnterContent('ToolTip','שרשור תשדירי בחירות מרוכז:','<u><span style=color:#000099;>כתב: menahem בתאריך: 03.03.15
    שעה: 08:51</span></u><br>1.<br>http://youtu.be/utUaqyiRkJ8<br><br><br>...'); Activate();"
    onmouseout="deActivate()"
    href="javascript:void(0)">
    <img src="http://rotter.net/forum/Images/hot_icon_anchor.gif"
    border="0"></a></TD><TD
    ALIGN="right"
    VALIGN="TOP"
    WIDTH="55%">
    <FONT CLASS='text15bn'><FONT
    FACE="Arial">
    <a href="http://rotter.net/cgi-bin/forum/dcboard.cgi?az=read_count&om=187966&forum=scoops1"><b>
    <font color="red">שרשור תשדירי בחירות מרוכז:</b>
    </a></font></TD>

  • How can I get alerts if a Wireless Access Point has been disconneted from the network?

    How can I get alerts if a Wireless Access Point has been disconneted from the network?
    Is it possible to get alerts via email from the WLC or WCS if Access-Point has been removed from the network?
    Thanks in advance.

    Hi,
    The below link will answer ur question!!
    http://www.cisco.com/en/US/docs/wireless/wcs/7.0/configuration/guide/7_0event.html#wp1229996
    Please dont forget to rate the usefull posts!!
    Regards
    Surendra

  • How can i get the data from database & add them as a link

    Hi,
    how can i get a data from a database(DB2) and that data will be having a file so i should make them as a link.i tried it in jsp .
    <%
    Class.forName("COM.ibm.db2.jdbc.app.DB2Driver");
    Class.forName("COM.ibm.db2.jdbc.net.DB2Driver");     
    response.setContentType("text/html");
    Connection conn = null;
    conn = DriverManager.getConnection("jdbc:db2:spintran");
    Statement stmt = conn.createStatement();
    stmt.executeQuery("set current schema tut");
    ResultSet rs = stmt.executeQuery("select * from tutorial");     
    %>
    Type Of the Category : &nbsp&nbsp&nbsp
    <%
         while (rs.next())
         String desc = rs.getString(1);     
         out.println(desc);
    %>
         <A HREF = "<%=desc%>"><%=desc%> </A>
         <%
         %>
    but it is not working.how can i link.
    thank you.

    what is desc? is it the file name ? whats the data type of desc in db? INFILE?
    if desc is just the name of the file, then make sure that such a file exists in the proper folder.only then the link works..
    that is, if desc is 'a.jpg' then a.jpg should be existing in the same folder as your html is.

  • How do I get my dsl from century link modem to airport extreme?

    How do I get my dsl from century link modem to airport extreme?

    The WAN port on the AEBS is typically labeled as such or it has what looks like a circle of dots above the Ethernet port. You can download AirPort Extreme 802.11n (5th Generation) - Setup Guide.

  • How do I get routing data from the Map App (powered by TomTom) so I can display the point-to-point annotations (turn-by-turn navigation) without leaving my own application.

    I have a tableView displaying a list of contacts from a Cloud Database.  After selecting a contact, I push to a programmatically created MKMapView.  Then I display the initial region (the view) that includes the users current location (starting point) and their selected destination (end point).
    Now I want to display annotations (as described in the Location Awareness Programming Guide) that displays polylines which will represent the turn-by-turn navigation IN MY OWN APPLICATION, and not in the Map App currently used in IOS6. 
    Due to licensing and its becoming depricated in IOS 6, I do not want to get routing data from the Google Maps API.  How do I get routing data from the IOS 6 Map App (powered by TomTom) so I can display the point-to-point annotations (turn-by-turn navigation) without leaving my own application?
    I checked out Stack Overflow and other forums which basically left me with the impression that this is not possible. I also checked out the TomTom iPhone Mobile SDK User Guide from the TomTom Developer Portal and am still confused.  It must be possible to retrieve routes, since the Map App can display turn-by-turn directions.  How can I retrieve turn-by-turn data that I may display as a route within my own application?

    Thanks Michael. Apologies for the slow reply I was away for a bit (holiday blitz at work and visiting family madness etc.etc.) back now, I set both options you requested to "never " and retried the CMS software with no change. 
    I do have progress of a sort though, as a test I took a separate test PC and put a clean install of Win7 on and loaded up the CMS software (it worked perfectly) and then took the version of ole32.dll off that machine and put it onto the computer I had built
    for her (using Linux) and...
    got a new error code. Darn I was so sure I had found a clever solution this time lol.
    Anyway now when the CMS fails it gives me a similar error but the offending module is "ntdll.dll" sooo... I tried taking the "working" version of ntdll.dll from the test box and moving it over (making sure to back up the existing ones
    first so I could put them back if needed) to her new PC and the PC would not boot. 
    It seems to want the original versions of a few Dynamic Link Libraries and if I could somehow give it those while not breaking Win7 it should theoretically work seeing as it no longer errors with ole32.dll. 
    ntdll.dll however seems necessary for Win7 to boot.
    So what I am wondering now is:
    Is there some way to have both versions of the DLL file in the system32 folder (bypassing the "cannot have two files with the exact same name in the same folder" thing) or rename the original DLL's something else and somehow make the CMS look for
    the new named versions so the system has the updated DLL's it needs to boot/run and the CMS has the old ones it wants to run or is there someway to have a self contained install of the CMS, say on a USB flash drive and give it it's own E:/windows/system32/needed
    dll's  path to the files it needs? 
    Willing to try any other options or settings you may have come up with as well.
    Thanks again for your reply and my apologies for not answering sooner.

  • Can anyone let me know how can i get the ouput from BW in .txt format.

    Can anyone let me know how can i get the ouput from BW in .txt format. See we can get output as Excel(i.e BEX) and manually convert it into txt format. I need a direct or automated way to do the same.no human intervention.
    mail me at [email protected] or post answer in sdn.

    Please do not multiple post across forums..
    how can i save the data in BEX reports in .txt format automatically
    This helps in keeping track of answers and avoids the issue of repeated answers across forums...
    Please close one of the threads as answered and provide the link that you want to follow
    Arun

  • HT201303 How do I get a refund from Apple for an album that did not download?  But they still charged me?

    How do I get a refund from the I tunes store for an album that did not download?

    See if you are able to redownload the album by clicking "Purchased", under Quick Links, at the top right of the iTunes store.
    Download past purchases:
    http://support.apple.com/kb/HT2519

  • HT1349 i have a new pc and when i plug in my ipod it says it must erase all data to sync.  How can i get my music from the ipod to the new computer?

    I have a new pc windows 7 and when i plug in my ipod it says it must erase all the data to sync.  How do i get the music from my ipod to my new computer.  The old computer is trashed and files are not available, songs are only on ipod.

    One of the reasons why including your iTunes library with your computer's backup is a good idea. Use this link for future reference in this regard.
    http://support.apple.com/kb/HT1751
    iTunes includes an option to transfer iTunes content that was purchased/downloaded from the iTunes store from an iPod, iPad, and iPhone, but this is for iTunes content that was purchased/downloaded from the iTunes store only.
    First you need to authorize your new computer with your iTunes account with iTunes if you haven't already done so.
    With your iPhone connected and without syncing, at the iTunes menu bar go to File and select Transfer Purchases From - the name of your iPhone.

  • How can I get the link not to override my style sheet formatting?

    I have an html page with text that has a style sheet applied
    to it. When I insert a link into parts of the formatted text, the
    style sheet formatting is lost in the linked text (the text for
    mylars, shapes and number shapes becomes smaller: see code below).
    How can I get the link not to override my style sheet
    formatting?
    Here is the html code I am referring to:
    <span class="bodyheader20pt">Fall into winter's biggest
    celebration with our New Year's Day <a href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=A4&sc=184&PageNumbe r=1"
    style="text-decoration:none">mylars</a>, <a href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=L2&sc=184&PageNumbe r=1"
    style="text-decoration:none">shapes</a>, and 2-0-0-9 <a
    href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=L2&sc=166&PageNumbe r=1"
    style="text-decoration:none">number
    shapes</a>.</span>
    I am using Dreaweaver CS3 on a Mac running OSX
    10.4.11.

    Show us this rule --> bodyheader20pt?
    Also, having this in your three anchor tags -
    style="text-decoration:none" -
    will prevent your anchors from displaying any stylesheet
    style for
    text-decoration.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ellfwar" <[email protected]> wrote in
    message
    news:geqiph$foq$[email protected]..
    >I have an html page with text that has a style sheet
    applied to it. When I
    > insert a link into parts of the formatted text, the
    style sheet formatting
    > is
    > lost in the linked text (the text for mylars, shapes and
    number shapes
    > becomes
    > smaller: see code below).
    >
    > How can I get the link not to override my style sheet
    formatting?
    >
    > Here is the html code I am referring to:
    > <span class="bodyheader20pt">Fall into winter's
    biggest celebration with
    > our
    > New Year's Day <a
    > href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=A4&
    > sc=184&PageNumber=1"
    style="text-decoration:none">mylars</a>, <a
    > href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=L2&
    > sc=184&PageNumber=1"
    style="text-decoration:none">shapes</a>, and 2-0-0-9
    > <a
    > href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=L2&
    > sc=166&PageNumber=1"
    style="text-decoration:none">number
    > shapes</a>.</span>
    >
    > I am using Dreaweaver CS3 on a Mac running OSX 10.4.11.
    >

  • I had to reset my Apple password and now my iTunes and iCloud passwords no longer work. How do I get them linked again and under the same password. I've tried my new password on each login screen and it isn't accepted.

    I had to reset my Apple password and now my iTunes and iCloud passwords no longer work. How do I get them linked again and under the same password. I've tried my new password on each login screen and it isn't accepted.

    Hi skippy2012trev,
    Welcome to the Apple Support Communities!
    I understand that you updated your Apple Id and password but now you are being prompted for the old information in iCloud. You are on the right track by changing the Apple ID back to the previous email address temporarily so that you can sign out. You should not need to verify the email address. After you edit the Apple ID back to the old email address and then sign out of iCloud on your iPhone, edit the Apple ID back to the address you would currently like to use. There is no need to change the password again, only the email address, unless you prefer to update the password again.
    If you're asked for the password to your previous Apple ID when signing out of iCloud - Apple Support
    Change your Apple ID temporarily
    If signing out and back in to iMessage or FaceTime didn't help, try these steps:
    Change your Apple ID to the Apple ID you used previously. You shouldn't need to verify the email address.
    Tap Settings > iCloud. Complete these steps only if the Find My [Device] setting is turned on:
    Scroll down and tap Sign Out, then tap Sign Out to confirm. If you're using iOS 7 or earlier, tap Delete Account, then tap Delete to confirm.
    Tap Keep on My [Device] or Delete from My [Device]. In either case, your data remains in iCloud and will be updated on your device when you sign in to iCloud again.
    Enter the password for your previous Apple ID.
    Change your Apple ID to the new email address that you want to use. You'll need to verify the email address.
    Return to Settings > iCloud and sign in with your new Apple ID.
    Cheers,
    Joe

  • HT1451 i had to restart my computer and i lost my itunes library i did not save it on a hard drive or back up. so i want to no how i can get my songs from my i pod back on to my itunes library again thanks

    i have lost my itunes library and did no save it or back it up. i want to no how i can get my music from my i pod back on to my itunes library again thanks

    Your i-device was not designed to be a reliable unique storage for your media. It is not a backup device and everything is structured around you maintaining your media on a computer which is itself backed up. Sync transfer is one way, computer to device, matching the device content to the content on the computer (except purchased content as mentioned below).  For transferring other items from an i-device to a computer you will probably have to use third party commercial software unless you have an older model iPod. Examples (check the web for others; this is not an exhaustive listing, nor do I have any idea if they are any good):
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only media purchased from iTunes Store
    - Senuti - http://www.fadingred.com/senuti/
    - Phoneview - http://www.ecamm.com/mac/phoneview/
    - MusicRescue - http://www.kennettnet.co.uk/products/musicrescue/ - Mac & Windows
    - Sharepod (free) - http://download.cnet.com/SharePod/3000-2141_4-10794489.html?tag=mncol;2 - Windows
    - Snowfox/iMedia - http://www.mac-videoconverter.com/imedia-transfer-mac.html - Mac & PC
    - Yamipod (free) - http://www.yamipod.com/main/modules/downloads/ - PC, Linux, Mac [Still updated for use on newer devices? No edits to site since 2010.]
    - Post by Zevoneer: iPod media recovery options - https://discussions.apple.com/message/11624224 - this is an older post and many of the links are also for old posts, so bear this in mind when reading them.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive - https://discussions.apple.com/docs/DOC-3141 - dates from 2008 and some outdated information now.
    Copying Content from your iPod to your Computer - The Definitive Guide - http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/ - Information about use in disk mode pertains only to older model iPods.
    Additional information here https://discussions.apple.com/message/18324797

  • How do i get my music from ipod onto new computer when old computer died

    my old computer died unexpectedly and now i have a new one ...how do i get my music from ipod to itunes...i don't want to lose it since i have already paid for it...

    1). Connect your iPod to your new computer. If it is set to sync automatically you'll get a message that it is linked to a different library and asking if you want to link to this one and replace all your songs etc, press "Cancel". Pressing "Erase and Sync" will irretrievably remove all the songs from your iPod.
    2). When your iPod appears in the iTunes source list change the update setting to manual, that will let you continue to use your iPod without the risk of accidentally erasing it. Check the "manually manage music and videos" box in Summary then press the Apply button. Also when using most of the utilities listed below your iPod needs to be enabled for disc use, changing to manual update will do this by default: Managing content manually on iPod and iPhone
    3). Once you are connected and your iPod is safely in manual mode there are a few things you can do to restore your iTunes from the iPod. iTunes will only let you copy your purchases directly from an iPod to the computer, you'll find details in this article: Copying iTunes Store purchases from your iPod or iPhone to a computer
    For everything else (music from CDs, other downloads and including iTunes purchases) there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod. You'll find that they have varying degrees of functionality and some will transfer movies, videos, photos, podcasts and games as well. You can read reviews and comparisons of some of them here:
    Wired News - Rescue Your Stranded Tunes
    Comparison of iPod managers
    A selection of iPod to iTunes utilities:
    TuneJack Windows Only (iPhone and iPod Touch compatible)
    SharePod Windows Only (iPhone and iPod Touch compatible)
    iPod2PC Windows Only
    iDump Windows Only
    YamiPod Mac and Windows
    iPod Music Liberator Mac & Windows
    Floola Mac & Windows
    iPodRip Mac & Windows (iPhone and iPod Touch compatible)
    iPod Music Liberator Mac & Windows (iPhone and iPod Touch compatible)
    Music Rescue Mac & Windows (iPhone and iPod Touch compatible)
    iGadget Mac & Windows (iPhone and iPod Touch compatible)
    iRepo Mac & Windows (iPhone and iPod Touch compatible)
    iPod Access Mac & Windows (iPhone and iPod Touch compatible)
    TouchCopy Mac & Windows (iPhone and iPod Touch compatible)
    There's also a manual method of copying songs from your iPod to a Mac or PC. The procedure is a bit involved and won't recover playlists but if you're interested it's available on page 2 at this link: Copying Content from your iPod to your Computer - The Definitive Guide
    4). Whichever of these retrieval methods you choose, keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync.
    5). I would also advise that you get yourself an external hard drive and back your stuff up, relying on an iPod as your sole backup is not a good idea and external drives are comparatively inexpensive these days, you can get loads of storage for a reasonable outlay: Back up your iTunes library by copying to an external hard drive

  • How do i get my actions from CS6 to work on CC?

    How do i get my actions from CS6 to work on CC? The function keys do not work, I have to reload them everyday. I have saved my action set to my desk top and right now I have to reload them everyday, sometimes this helps sometimes it doesn't. Here is my set of actions...
    /version 3
    /name [ 27
    547261636965277320416374696f6e20323031332d20436c6f7564
    /isOpen 1
    /actionCount 9
    /action-1 {
    /name [ 8
      4d6574616c204252
    /keyIndex 0
    /colorIndex 0
    /isOpen 0
    /eventCount 1
    /event-1 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_openDocument)
      /localizedName [ 4
       4f70656e
      /isOpen 0
      /isOn 1
      /hasDialog 1
      /showDialog 0
      /parameterCount 4
      /parameter-1 {
       /key 1668444016
       /showInPalette -1
       /type (enumerated)
       /name [ 7
        43726f7020546f
       /value 4
      /parameter-2 {
       /key 1885823860
       /showInPalette -1
       /type (integer)
       /value 1
      /parameter-3 {
       /key 1851878757
       /showInPalette -1
       /type (ustring)
       /value [ 31
        543a5c4d6574616c5c5f303161706f2d4c61736572204672616d65732e6169
      /parameter-4 {
       /key 1668246642
       /showInPalette -1
       /type (integer)
       /value 2
    /action-2 {
    /name [ 9
      636f6c6f72206d3230
    /keyIndex 6
    /colorIndex 0
    /isOpen 1
    /eventCount 4
    /event-1 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_openDocument)
      /localizedName [ 4
       4f70656e
      /isOpen 0
      /isOn 1
      /hasDialog 1
      /showDialog 0
      /parameterCount 4
      /parameter-1 {
       /key 1668444016
       /showInPalette -1
       /type (enumerated)
       /name [ 7
        43726f7020546f
       /value 4
      /parameter-2 {
       /key 1885823860
       /showInPalette -1
       /type (integer)
       /value 1
      /parameter-3 {
       /key 1851878757
       /showInPalette -1
       /type (ustring)
       /value [ 40
        543a5c436f6c6f7220476c6173735c4672616d65735c4d32302d522d33336d6d
        2d33306d6d2e6169
      /parameter-4 {
       /key 1668246642
       /showInPalette -1
       /type (integer)
       /value 2
    /event-2 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_selectAll)
      /localizedName [ 10
       53656c65637420416c6c
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 0
    /event-3 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_copy)
      /localizedName [ 4
       436f7079
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 0
    /event-4 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_closeDocument)
      /localizedName [ 5
       436c6f7365
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 0
    /action-3 {
    /name [ 13
      4f70656e20436f6c6f72204252
    /keyIndex 5
    /colorIndex 5
    /isOpen 1
    /eventCount 4
    /event-1 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_openDocument)
      /localizedName [ 4
       4f70656e
      /isOpen 0
      /isOn 1
      /hasDialog 1
      /showDialog 0
      /parameterCount 4
      /parameter-1 {
       /key 1668444016
       /showInPalette -1
       /type (enumerated)
       /name [ 7
        43726f7020546f
       /value 4
      /parameter-2 {
       /key 1885823860
       /showInPalette -1
       /type (integer)
       /value 1
      /parameter-3 {
       /key 1851878757
       /showInPalette -1
       /type (ustring)
       /value [ 37
        543a5c436f6c6f7220476c6173735c4672616d65735c42522d36366d6d2d3630
        6d6d2e6169
      /parameter-4 {
       /key 1668246642
       /showInPalette -1
       /type (integer)
       /value 2
    /event-2 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_selectAll)
      /localizedName [ 10
       53656c65637420416c6c
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 0
    /event-3 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_copy)
      /localizedName [ 4
       436f7079
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 0
    /event-4 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_closeDocument)
      /localizedName [ 5
       436c6f7365
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 0
    /action-4 {
    /name [ 14
      4f75746c696e65205374726f6b65
    /keyIndex 0
    /colorIndex 3
    /isOpen 1
    /eventCount 1
    /event-1 {
      /useRulersIn1stQuadrant 1
      /internalName (ai_plugin_outline)
      /localizedName [ 14
       4f75746c696e65205374726f6b65
      /isOpen 0
      /isOn 1
      /hasDialog 1
      /showDialog 0
      /parameterCount 0
    /action-5 {
    /name [ 15
      3130302520416c6c20434f4c4f5253
    /keyIndex 10
    /colorIndex 0
    /isOpen 1
    /eventCount 3
    /event-1 {
      /useRulersIn1stQuadrant 0
      /internalName (ai_plugin_setColor)
      /localizedName [ 9
       53657420636f6c6f72
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 5
      /parameter-1 {
       /key 1768186740
       /showInPalette -1
       /type (ustring)
       /value [ 10
        46696c6c20636f6c6f72
      /parameter-2 {
       /key 1718185068
       /showInPalette -1
       /type (boolean)
       /value 1
      /parameter-3 {
       /key 1954115685
       /showInPalette -1
       /type (enumerated)
       /name [ 10
        434d594b20636f6c6f72
       /value 4
      /parameter-4 {
       /key 2036690039
       /showInPalette -1
       /type (unit real)
       /value 100.0
       /unit 592474723
      /parameter-5 {
       /key 1651270507
       /showInPalette -1
       /type (unit real)
       /value 100.0
       /unit 592474723
    /event-2 {
      /useRulersIn1stQuadrant 0
      /internalName (ai_plugin_setColor)
      /localizedName [ 9
       53657420636f6c6f72
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 6
      /parameter-1 {
       /key 1768186740
       /showInPalette -1
       /type (ustring)
       /value [ 10
        46696c6c20636f6c6f72
      /parameter-2 {
       /key 1718185068
       /showInPalette -1
       /type (boolean)
       /value 1
      /parameter-3 {
       /key 1954115685
       /showInPalette -1
       /type (enumerated)
       /name [ 10
        434d594b20636f6c6f72
       /value 4
      /parameter-4 {
       /key 1835496545
       /showInPalette -1
       /type (unit real)
       /value 100.0
       /unit 592474723
      /parameter-5 {
       /key 2036690039
       /showInPalette -1
       /type (unit real)
       /value 100.0
       /unit 592474723
      /parameter-6 {
       /key 1651270507
       /showInPalette -1
       /type (unit real)
       /value 100.0
       /unit 592474723
    /event-3 {
      /useRulersIn1stQuadrant 0
      /internalName (ai_plugin_setColor)
      /localizedName [ 9
       53657420636f6c6f72
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 7
      /parameter-1 {
       /key 1768186740
       /showInPalette -1
       /type (ustring)
       /value [ 10
        46696c6c20636f6c6f72
      /parameter-2 {
       /key 1718185068
       /showInPalette -1
       /type (boolean)
       /value 1
      /parameter-3 {
       /key 1954115685
       /showInPalette -1
       /type (enumerated)
       /name [ 10
        434d594b20636f6c6f72
       /value 4
      /parameter-4 {
       /key 1668899182
       /showInPalette -1
       /type (unit real)
       /value 100.0
       /unit 592474723
      /parameter-5 {
       /key 1835496545
       /showInPalette -1
       /type (unit real)
       /value 100.0
       /unit 592474723
      /parameter-6 {
       /key 2036690039
       /showInPalette -1
       /type (unit real)
       /value 100.0
       /unit 592474723
      /parameter-7 {
       /key 1651270507
       /showInPalette -1
       /type (unit real)
       /value 100.0
       /unit 592474723
    /action-6 {
    /name [ 15
      4368616e676520746f207768697465
    /keyIndex 0
    /colorIndex 0
    /isOpen 0
    /eventCount 1
    /event-1 {
      /useRulersIn1stQuadrant 0
      /internalName (ai_plugin_setColor)
      /localizedName [ 9
       53657420636f6c6f72
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 2
      /parameter-1 {
       /key 1718185068
       /showInPalette -1
       /type (boolean)
       /value 1
      /parameter-2 {
       /key 1954115685
       /showInPalette -1
       /type (enumerated)
       /name [ 10
        434d594b20636f6c6f72
       /value 4
    /action-7 {
    /name [ 13
      617070726f76616c2070616765
    /keyIndex 44
    /colorIndex 0
    /isOpen 1
    /eventCount 4
    /event-1 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_openDocument)
      /localizedName [ 4
       4f70656e
      /isOpen 0
      /isOn 1
      /hasDialog 1
      /showDialog 0
      /parameterCount 5
      /parameter-1 {
       /key 1885431653
       /showInPalette -1
       /type (integer)
       /value 1
      /parameter-2 {
       /key 1668444016
       /showInPalette -1
       /type (enumerated)
       /name [ 7
        43726f7020546f
       /value 4
      /parameter-3 {
       /key 1885823860
       /showInPalette -1
       /type (integer)
       /value 1
      /parameter-4 {
       /key 1851878757
       /showInPalette -1
       /type (ustring)
       /value [ 23
        543a5c417070726f76616c2074656d706c6174652e6169
      /parameter-5 {
       /key 1668246642
       /showInPalette -1
       /type (integer)
       /value 2
    /event-2 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_selectAll)
      /localizedName [ 10
       53656c65637420416c6c
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 0
    /event-3 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_copy)
      /localizedName [ 4
       436f7079
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 0
    /event-4 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_closeDocument)
      /localizedName [ 5
       436c6f7365
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 0
    /action-8 {
    /name [ 6
      4d6972726f72
    /keyIndex 12
    /colorIndex 0
    /isOpen 1
    /eventCount 1
    /event-1 {
      /useRulersIn1stQuadrant 0
      /internalName (adobe_reflect)
      /localizedName [ 7
       5265666c656374
      /isOpen 0
      /isOn 1
      /hasDialog 1
      /showDialog 0
      /parameterCount 2
      /parameter-1 {
       /key 1634625388
       /showInPalette -1
       /type (unit real)
       /value 90.0
       /unit 591490663
      /parameter-2 {
       /key 1668247673
       /showInPalette -1
       /type (boolean)
       /value 0
    /action-9 {
    /name [ 4
      30783079
    /keyIndex 0
    /colorIndex 2
    /isOpen 1
    /eventCount 3
    /event-1 {
      /useRulersIn1stQuadrant 0
      /internalName (ai_plugin_setColor)
      /localizedName [ 9
       53657420636f6c6f72
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 2
      /parameter-1 {
       /key 1718185068
       /showInPalette -1
       /type (boolean)
       /value 1
      /parameter-2 {
       /key 1954115685
       /showInPalette -1
       /type (enumerated)
       /name [ 10
        434d594b20636f6c6f72
       /value 4
    /event-2 {
      /useRulersIn1stQuadrant 0
      /internalName (ai_plugin_transformPalette)
      /localizedName [ 15
       5472616e73666f726d2050616e656c
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 1
      /parameter-1 {
       /key 1954115685
       /showInPalette -1
       /type (enumerated)
       /name [ 23
        4d6f7665207265666572656e636520696e205820746f3a
       /value 0
    /event-3 {
      /useRulersIn1stQuadrant 0
      /internalName (ai_plugin_transformPalette)
      /localizedName [ 15
       5472616e73666f726d2050616e656c
      /isOpen 0
      /isOn 1
      /hasDialog 0
      /parameterCount 1
      /parameter-1 {
       /key 1954115685
       /showInPalette -1
       /type (enumerated)
       /name [ 23
        4d6f7665207265666572656e636520696e205920746f3a
       /value 1
    this is my set of saved actions...i was told to paste it in here...is this what you ment?

    Who told you to post in the scripting forum…? To be honest you a talking to a pretty small selection of AI users here… Actions would be better discussed in the General Fourm where more users use them… That and I don't know a user who posts in this little community who uses CC yet…
    #target illustrator
    var aiActions = File( Folder.desktop + '/YourActionsNameHere.aia' );
    if ( aiActions.exists ) {
              app.loadAction( aiActions );
    } else {
              alert( 'Could NOT locate your Actions' );
    I've no idea if the above works Im using CS5 so can't test… You could try adding to a Startup Scripts folder in your app folder…

  • How do i get the music from my click wheel ipod into my itunes

    How do i get the music from my click wheel ipod into my itunes library.

    You cannot transfer song files from iPod to computer using iTunes, except for songs purchased from the iTunes Store. However, there are third-party methods and utilities that can transfer from iPod to computer.  If you do a Google search on something like "ipod transfer," you should get some links.
    Once the song files are on your computer, you can add them to your iTunes library.

Maybe you are looking for