VSS.getVSSItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
getVSSItem(String, String, Boolean, Int32) | |
getVSSItem(String, String, Boolean) | |
getVSSItem(String, String) |
getVSSItem(String, String, Boolean, Int32)
public:
virtual Dynamics::AX::Application::VSSItem ^ getVSSItem(System::String ^ _vssItemPath, System::String ^ _localFilePath, bool _completePath, int _version);
public virtual Dynamics.AX.Application.VSSItem getVSSItem (string _vssItemPath, string _localFilePath, bool _completePath, int _version);
abstract member getVSSItem : string * string * bool * int -> Dynamics.AX.Application.VSSItem
override this.getVSSItem : string * string * bool * int -> Dynamics.AX.Application.VSSItem
Public Overridable Function getVSSItem (_vssItemPath As String, _localFilePath As String, _completePath As Boolean, _version As Integer) As VSSItem
Parameters
- _vssItemPath
- String
- _localFilePath
- String
- _completePath
- Boolean
- _version
- Int32
Returns
Applies to
getVSSItem(String, String, Boolean)
public:
virtual Dynamics::AX::Application::VSSItem ^ getVSSItem(System::String ^ text1, System::String ^ text2, bool flag1);
public virtual Dynamics.AX.Application.VSSItem getVSSItem (string text1, string text2, bool flag1);
abstract member getVSSItem : string * string * bool -> Dynamics.AX.Application.VSSItem
override this.getVSSItem : string * string * bool -> Dynamics.AX.Application.VSSItem
Public Overridable Function getVSSItem (text1 As String, text2 As String, flag1 As Boolean) As VSSItem
Parameters
- text1
- String
- text2
- String
- flag1
- Boolean
Returns
Applies to
getVSSItem(String, String)
public:
virtual Dynamics::AX::Application::VSSItem ^ getVSSItem(System::String ^ text1, System::String ^ text2);
public virtual Dynamics.AX.Application.VSSItem getVSSItem (string text1, string text2);
abstract member getVSSItem : string * string -> Dynamics.AX.Application.VSSItem
override this.getVSSItem : string * string -> Dynamics.AX.Application.VSSItem
Public Overridable Function getVSSItem (text1 As String, text2 As String) As VSSItem
Parameters
- text1
- String
- text2
- String