Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-vcm-dev] Team API Change in F3: Team.getType(IFile) to Team.getType(IStorage)

Users of the Team API,

The API of the method Team.getType(IFile) has changed to
Team.getType(IStorage). Note that this is a source compatible change as
IFile implements IStorage. However, it is not binary compatible so any
plugins that use this method must be recompiled if they are to be used with
F3.

Michael Valenta



Back to the top