Autodesk Vault ProfessionalVault API

FileNmngSchm Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

The file naming scheme.

Syntax

public class FileNmngSchm 
Public Class FileNmngSchm 

Properties

NameDescription
DescrA description of the scheme.
FieldLenThe number of digits for the number. The number will always fill up the FieldLen (ex. for a length of 4, a number might be '0005').
IdA unique identifier for the scheme.
IsDfltIf true, than the naming scheme is the default scheme.
NameThe unique name of the scheme.
PrefixA prefix to the file name. Null means no prefix.
StartNumThe first number in the scheme.
SuffixA suffix to the file name. Null means not suffix.

Returned By

Where you get a FileNmngSchm — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.FileNmngSchm

See Also