public final class UserConfiguration extends Object
Represents user configuration
Constructor and Description |
---|
UserConfiguration(UserConfigurationName userConfigurationName)
Initializes a new instance of the
UserConfiguration class |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryData()
Gets or sets binary data property content.
|
Map |
getDictionary()
Gets or sets a set of dictionary property entries.
|
String |
getId()
Gets or sets the user configuration object item identifier.
|
UserConfigurationName |
getUserConfigurationName()
Gets or sets the user configuration object name.
|
byte[] |
getXmlData()
Gets or sets XML data property content.
|
void |
setBinaryData(byte[] value)
Gets or sets binary data property content.
|
void |
setId(String value)
Gets or sets the user configuration object item identifier.
|
void |
setUserConfigurationName(UserConfigurationName value)
Gets or sets the user configuration object name.
|
void |
setXmlData(byte[] value)
Gets or sets XML data property content.
|
public UserConfiguration(UserConfigurationName userConfigurationName)
Initializes a new instance of the UserConfiguration
class
userConfigurationName
- A user configuration namecom.aspose.ms.System.ArgumentNullException
- userConfigurationName
is null
public UserConfigurationName getUserConfigurationName()
Gets or sets the user configuration object name.
UserConfigurationName
object.com.aspose.ms.System.ArgumentNullException
- value
is null
public void setUserConfigurationName(UserConfigurationName value)
Gets or sets the user configuration object name.
value
- a UserConfigurationName
object.com.aspose.ms.System.ArgumentNullException
- value
is null
public String getId()
Gets or sets the user configuration object item identifier.
String
object.public void setId(String value)
Gets or sets the user configuration object item identifier.
value
- a String
object.public Map getDictionary()
Gets or sets a set of dictionary property entries.
Map
object.public byte[] getXmlData()
Gets or sets XML data property content.
public void setXmlData(byte[] value)
Gets or sets XML data property content.
value
- an array of byte.public byte[] getBinaryData()
Gets or sets binary data property content.
public void setBinaryData(byte[] value)
Gets or sets binary data property content.
value
- an array of byte.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.