|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVersionInfo2
Provides access to members that supply version information.
Method Summary | |
---|---|
String |
getParentName()
The name of the version's parent. |
boolean |
isBlocksCompress()
Does this version block compress of DEFAULT |
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionInfo |
---|
getAccess, getAncestors, getChildren, getCreated, getDescription, getModified, getParent, getVersionName, isOwner |
Method Detail |
---|
String getParentName() throws IOException, AutomationException
Returns the name of the version's parent as a string. If it is used on the default version an empty string is returned.
The parents version name can be used to build an ancestry for the version. Only versions owned by the user will be returned unless an administrator connection is used in which case all applicable versions will be returned.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBlocksCompress() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |