AddFileNamingScheme Method
Creates a new file naming scheme.
Required Permissions
FileNamingSchemeUpdateSyntax
public FileNmngSchm AddFileNamingScheme(
FileNmngSchm scheme
)Public Function AddFileNamingScheme( _
ByVal scheme As FileNmngSchm _
) As FileNmngSchmParameters
| Name | Description |
|---|---|
| scheme | An 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.