Syntax
public
static
void MavenArtifacts_CreateOrUpdateArtifact(int? Feed_Id, string GroupId_Text, string ArtifactId_Text, string Version_Text, string File_Type, byte[] File_SHA1_Bytes, byte[] File_MD5_Bytes, long? File_Size, System.DateTime? Updated_Date, Inedo.Data.YNIndicator? Cached_Indicator, string Name_Text, byte[] Description_Text, string LatestVersion_Text)
Parameters
- Feed_Id
- Type: int?
- GroupId_Text
- Type: string
- ArtifactId_Text
- Type: string
- Version_Text
- Type: string
- File_Type
- Type: string
- File_SHA1_Bytes
- Type: byte[]
- File_MD5_Bytes
- Type: byte[]
- File_Size
- Type: long?
- Updated_Date
- Type: System.DateTime?
- Cached_Indicator
- Type: Inedo.Data.YNIndicator?
- Name_Text
- Type: string
- Description_Text
- Type: byte[]
- LatestVersion_Text
- Type: string