Artifact.Artifact

Artifact(string, string)

Constructor of artifact with specified type and subtype

public Artifact(string type, string subType)
ParameterTypeDescription
typeStringName of artifact type.
subTypeStringNAme of artifact subtype.

See Also


Artifact(ArtifactType, ArtifactSubtype)

Constructor of artifact with specified type and subtype

public Artifact(ArtifactType type, ArtifactSubtype subType)
ParameterTypeDescription
typeArtifactTypeArtifact type.
subTypeArtifactSubtypeArtifact subtype.

See Also