• Articles
  • API Documentation
  • BitAddict.Aras.ArasSync.Commands
  • ExtractAmlCommand
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 ExtractAmlCommand

Extract single AML tag from file and writes to disk

Inheritance
System.Object
ManyConsole.Internal.ConsoleUtil
ManyConsole.ConsoleCommand
ExtractAmlCommand
Inherited Members
ManyConsole.Internal.ConsoleUtil.VerifyNumberOfArguments(System.String[], System.Nullable<System.Int32>, System.Nullable<System.Int32>)
Namespace: BitAddict.Aras.ArasSync.Commands
Assembly: ArasSync.dll
Syntax
[CommandCategory("Advanced")]
[UsedImplicitly]
public class ExtractAmlCommand : ConsoleCommand

Constructors

ExtractAmlCommand()

Declaration
public ExtractAmlCommand()

Properties

AmlFile

Declaration
public string AmlFile { get; set; }
Property Value
Type Description
System.String

CodeFile

Declaration
public string CodeFile { get; set; }
Property Value
Type Description
System.String

XPathExpr

Declaration
public string XPathExpr { get; set; }
Property Value
Type Description
System.String

Methods

Run(String[])

Declaration
public override int Run(string[] remainingArguments)
Parameters
Type Name Description
System.String[] remainingArguments
Returns
Type Description
System.Int32
Overrides
ManyConsole.ConsoleCommand.Run(System.String[])
In This Article
  • Constructors
    • ExtractAmlCommand()
  • Properties
    • AmlFile
    • CodeFile
    • XPathExpr
  • Methods
    • Run(String[])
Back to top Generated by DocFX