Show 

Home > eRoom API Help > Server Access API > SAAPI Properties > Extension property

Show Show 

 

Extension property

Sets or returns the File's extension.

Syntax


C++
HRESULT get_Extension(BSTR* pExtension)

HRESULT put_Extension(BSTR myExtension)

Scripting languages
String = File.Extension

File.Extension = String

Remarks


The file extension returned includes the . (period).

If you change a file's extension, you may change the application eRoom uses to view or edit the file. If the new extension is not associated with any application on a user's computer, the user will no longer be able to view or edit the file.

Home

Applies to

IERUFile


See also

Member Info & Rights