• 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 ArasOps

Commonly used Aras Operations

Inheritance
System.Object
ArasOps
Namespace: BitAddict.Aras
Assembly: BitAddict.Aras.dll
Syntax
public class ArasOps

Methods

DeleteItem(String, String)

Delete a specific Item.

Declaration
public static void DeleteItem(string itemType, string id)
Parameters
Type Name Description
System.String itemType
System.String id
Exceptions
Type Condition
ArasException

GetCurrentItem(String, String)

Get the item with 'is_current=1' of given type and 'keyed_name'

Declaration
public static Item GetCurrentItem(string type, string keyedName)
Parameters
Type Name Description
System.String type
System.String keyedName
Returns
Type Description
Aras.IOM.Item

RestoreModifiedProperties(Item)

Reset modified data to what it was before. (AML does not work)

Declaration
public static void RestoreModifiedProperties(Item item)
Parameters
Type Name Description
Aras.IOM.Item item
Back to top Generated by DocFX