• Articles
  • API Documentation
Show / Hide Table of Contents
  • BitAddict.Aras
    • ArasException
    • ArasExtensions
    • ArasMethod
    • ArasOps
    • ArasPermissionGrant
    • CheckIdentityMembershipMethod
    • ItemIdComparer
    • ItemLock
    • Logger
    • MockInnovator
    • NaturalSortComparer
    • XmlPropertyAttribute
  • BitAddict.Aras.ArasSync
    • CommandCategoryAttribute
    • Program
    • UserMessageException
  • BitAddict.Aras.ArasSync.Commands
    • AboutCommand
    • DeployCommand
    • DeployDllCommand
    • ExportCommand
    • ExtractAllCommand
    • ExtractAmlCommand
    • ForAllCommand
    • ImportAmlCommand
    • ImportFilesCommand
    • ImportXmlCommand
    • ListDbCommand
    • LoginCommand
    • LoginStatusCommand
    • LogoutCommand
    • MergeAllCommand
    • MergeAmlCommand
    • ReplaceServerItemsCommand
    • RunAmlCommand
    • UploadDocCommand
  • BitAddict.Aras.ArasSync.Data
    • AmlFragment
    • AmlNode
    • ArasFeatureManifest
    • ClientFile
    • XmlFragment
    • XmlNode
  • BitAddict.Aras.ArasSync.Ops
    • XmlNodeExentensions
  • BitAddict.Aras.Data
    • ArasConfManifest
    • ArasDb
    • DeployDllInfo
  • BitAddict.Aras.ExternalUrlWidget
    • GetExternalUrlMethod
  • BitAddict.Aras.ExternalUrlWidget.UnitTests
    • TestGetExternalUrlMethod
  • BitAddict.Aras.Security
    • LoginInfo
  • BitAddict.Aras.Test
    • ArasNUnitTestBase
    • ArasUnitTestBase
  • BitAddict.Aras.UnitTests
    • TestArasExtensions
    • TestCheckIdentityMembership
    • TestLogger
    • TestLoginInfo
    • TestXmlPropertyAttribute

Class GetExternalUrlMethod

Generates an external URL for an item on an Aras web server It is a Server method to demonstrate some features

Inheritance
System.Object
ArasMethod
GetExternalUrlMethod
Inherited Members
ArasMethod.Apply(Item)
ArasMethod.Innovator
ArasMethod.Logger
ArasMethod.ApplyAML(String)
ArasMethod.ApplySQL(String)
ArasMethod.ApplyItem(Item, Boolean)
ArasMethod.FetchRelationships(Item, String, String)
ArasMethod.Log(String, String)
Namespace: BitAddict.Aras.ExternalUrlWidget
Assembly: BitAddict.Aras.ExternalUrlWidget.dll
Syntax
public class GetExternalUrlMethod : ArasMethod

Properties

BaseUrl

Declaration
[UsedImplicitly]
[XmlProperty("baseurl", false)]
public string BaseUrl { get; set; }
Property Value
Type Description
System.String

Id

Declaration
[XmlProperty("id", false)]
[UsedImplicitly]
public string Id { get; set; }
Property Value
Type Description
System.String

Type

Declaration
[XmlProperty("type", false)]
[UsedImplicitly]
public string Type { get; set; }
Property Value
Type Description
System.String

Methods

DoApply(Item)

Returns direct URL to file if it is a File item, otherwise builds url from items

Declaration
public override Item DoApply(Item root)
Parameters
Type Name Description
Aras.IOM.Item root

Item the Aras method was called with

Returns
Type Description
Aras.IOM.Item

Method result item

Overrides
ArasMethod.DoApply(Item)
Back to top Generated by DocFX