PonderThis
Crownpeak (Retired)

How to check if my instance uses Component Library?

Jump to solution

Hi Crownpeak,

How can I see if my instance uses Component Library? 

Thanks! 

0 Kudos
1 Solution

Accepted Solutions
EdwardChan
Crownpeak Employee

Generally speaking, if your instance uses the Component Library, you should see a "Component Library" folder within the project associated with your site. This "Component Library" folder will include the following subfolders:

Component Definitions

Layout Definitions

Nav Wrapper Definitions

Template Definitions

 

Additionally, within the Project's Library folder, you'll see a lot of files prefixed with "Components_". Each Component you create in the Components Definition folder will have an associated Library file. So for example, if you created a component named "XYZ", you'll see the following files in the Library folder.

 

Components_XYZ.cs

Components_XYZBase.cs

 

For more information about the Component Library see:

https://community.crownpeak.com/t5/Developing-in-the-CMS/Introduction-to-Component-Library/ta-p/1185

https://developer.crownpeak.com/Documentation/BestPractices/Component-Library/Component-Library.html

 

 

 

--


Edward Chan
Sr Product Consultant

## If I’ve helped, accept this response as a solution so that other’s can find is more quickly in the future.
## Have thoughts on Crownpeak products? We'd love to hear them. Speak with the Crownpeak Product Team..

View solution in original post

0 Kudos
1 Reply
EdwardChan
Crownpeak Employee

Generally speaking, if your instance uses the Component Library, you should see a "Component Library" folder within the project associated with your site. This "Component Library" folder will include the following subfolders:

Component Definitions

Layout Definitions

Nav Wrapper Definitions

Template Definitions

 

Additionally, within the Project's Library folder, you'll see a lot of files prefixed with "Components_". Each Component you create in the Components Definition folder will have an associated Library file. So for example, if you created a component named "XYZ", you'll see the following files in the Library folder.

 

Components_XYZ.cs

Components_XYZBase.cs

 

For more information about the Component Library see:

https://community.crownpeak.com/t5/Developing-in-the-CMS/Introduction-to-Component-Library/ta-p/1185

https://developer.crownpeak.com/Documentation/BestPractices/Component-Library/Component-Library.html

 

 

 

--


Edward Chan
Sr Product Consultant

## If I’ve helped, accept this response as a solution so that other’s can find is more quickly in the future.
## Have thoughts on Crownpeak products? We'd love to hear them. Speak with the Crownpeak Product Team..

0 Kudos