Autodesk Vault ProfessionalVault API

AddFileNamingScheme Method

Autodesk.Connectivity.WebServicesDocumentService

Creates a new file naming scheme.

Required Permissions

FileNamingSchemeUpdate

Syntax

public FileNmngSchm AddFileNamingScheme(
   FileNmngSchm scheme
)
Public Function AddFileNamingScheme( _
   ByVal scheme As FileNmngSchm _
) As FileNmngSchm

Parameters

NameDescription
schemeAn object representing the scheme. Put -1 for the ID property.

Return Value

The newly created scheme object. All properties will be identical to the passed in object, except for the ID property.

See Also